blob: 75c43d6169c045db28d5b65d6a498c41efbea979 [file] [log] [blame]
Michael Meeksd037b812026-03-26 15:06:16 +00001# This file is part of the Collabora Office project.
Xisco Fauli708ac462021-01-18 17:52:19 +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,sw_sidebar))
9
10$(eval $(call gb_UITest_add_modules,sw_sidebar,$(SRCDIR)/sw/qa/uitest,\
11 sidebar/ \
12))
13
14$(eval $(call gb_UITest_set_defs,sw_sidebar, \
15 TDOC="$(SRCDIR)/sw/qa/uitest/data" \
16))
Miklos Vajna322044e2023-10-18 20:06:36 +020017
Miklos Vajna8c39af42023-10-25 20:55:40 +020018$(eval $(call gb_UITest_avoid_oneprocess,sw_sidebar))
Miklos Vajna322044e2023-10-18 20:06:36 +020019
20# vim: set noet sw=4 ts=4: