blob: d33d1b62acd2148c2f163f998086fcb5a57564bb [file] [log] [blame]
Michael Meeksd037b812026-03-26 15:06:16 +00001# This file is part of the Collabora Office project.
Zdeněk Crhonekdc057372018-08-01 23:36:02 +02002#
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6#
7
8$(eval $(call gb_UITest_UITest,impress_tests))
9
10$(eval $(call gb_UITest_add_modules,impress_tests,$(SRCDIR)/sd/qa/uitest,\
11 impress_tests/ \
12))
13
14$(eval $(call gb_UITest_set_defs,impress_tests, \
Xisco Fauli3eab0262021-12-20 15:49:29 +010015 TDOC="$(SRCDIR)/sd/qa/uitest/data" \
Zdeněk Crhonekdc057372018-08-01 23:36:02 +020016))
Miklos Vajna18cab642023-04-04 14:37:11 +020017
Miklos Vajna322044e2023-10-18 20:06:36 +020018$(eval $(call gb_UITest_avoid_oneprocess,impress_tests))
19
Miklos Vajna18cab642023-04-04 14:37:11 +020020# vim: set noet sw=4 ts=4: