| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 1 | # This file is part of the Collabora Office project. |
| Xisco Fauli | 335eb03 | 2022-08-10 14:32:42 +0200 | [diff] [blame] | 2 | # |
| 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_tests2)) |
| 9 | |
| 10 | $(eval $(call gb_UITest_add_modules,impress_tests2,$(SRCDIR)/sd/qa/uitest,\ |
| 11 | impress_tests2/ \ |
| 12 | )) |
| 13 | |
| 14 | $(eval $(call gb_UITest_set_defs,impress_tests2, \ |
| 15 | TDOC="$(SRCDIR)/sd/qa/uitest/data" \ |
| 16 | )) |
| Miklos Vajna | 18cab64 | 2023-04-04 14:37:11 +0200 | [diff] [blame] | 17 | |
| Miklos Vajna | 18cab64 | 2023-04-04 14:37:11 +0200 | [diff] [blame] | 18 | # vim: set noet sw=4 ts=4: |