blob: e1f34543ffafff4c110691308ee4367fc78c5977 [file] [log] [blame]
Michael Meeksd037b812026-03-26 15:06:16 +00001# This file is part of the Collabora Office project.
Zdeněk Crhonek4eb277b2018-10-19 22:07:49 +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,chapterNumbering))
9
10$(eval $(call gb_UITest_add_modules,chapterNumbering,$(SRCDIR)/sw/qa/uitest,\
11 chapterNumbering/ \
12))
13
14$(eval $(call gb_UITest_set_defs,chapterNumbering, \
Xisco Fauliceef6a82020-10-23 14:06:54 +020015 TDOC="$(SRCDIR)/sw/qa/uitest/data" \
Zdeněk Crhonek4eb277b2018-10-19 22:07:49 +020016))
Miklos Vajnada686152023-08-02 20:09:26 +020017
Xisco Fauli07b602e2023-11-02 18:19:06 +010018# vim: set noet sw=4 ts=4: