| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 1 | # This file is part of the Collabora Office project. |
| Zdeněk Crhonek | d87bf77 | 2019-01-30 15:15:02 +0100 | [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,classification)) |
| 9 | |
| 10 | $(eval $(call gb_UITest_add_modules,classification,$(SRCDIR)/sw/qa/uitest,\ |
| 11 | classification/ \ |
| 12 | )) |
| 13 | |
| 14 | $(eval $(call gb_UITest_set_defs,classification, \ |
| Xisco Fauli | ceef6a8 | 2020-10-23 14:06:54 +0200 | [diff] [blame] | 15 | TDOC="$(SRCDIR)/sw/qa/uitest/data" \ |
| Zdeněk Crhonek | d87bf77 | 2019-01-30 15:15:02 +0100 | [diff] [blame] | 16 | )) |
| Miklos Vajna | 31b365d | 2023-04-12 08:24:12 +0200 | [diff] [blame] | 17 | |
| Miklos Vajna | 31b365d | 2023-04-12 08:24:12 +0200 | [diff] [blame] | 18 | # vim: set noet sw=4 ts=4: |