blob: 5df06ee71c7487c20484ed0c8e8d817e68e79b06 [file] [log] [blame]
Michael Meeksd037b812026-03-26 15:06:16 +00001# This file is part of the Collabora Office project.
Zdeněk Crhonekd87bf772019-01-30 15:15:02 +01002#
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 Fauliceef6a82020-10-23 14:06:54 +020015 TDOC="$(SRCDIR)/sw/qa/uitest/data" \
Zdeněk Crhonekd87bf772019-01-30 15:15:02 +010016))
Miklos Vajna31b365d2023-04-12 08:24:12 +020017
Miklos Vajna31b365d2023-04-12 08:24:12 +020018# vim: set noet sw=4 ts=4: