summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_options.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-09-10 16:26:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-09-10 22:35:59 +0200
commit83aa172697c11a9550c27a28f8e62b523ec7086d (patch)
tree969ddb73f3bd3c9632f847377134d02b5d0d15d9 /sw/UITest_sw_options.mk
parentade900a09ee5486208b72f7d1b399b1c3c5785e8 (diff)
Disambiguate UITest_sc_options and UITest_sw_options
...that were added with the same name UITest_options in 107af098311beafaadb343c5a3634389f56006a0 "uitest for bug tdf#117458" and ec914194382654aa4b0ad9973acc0eed15a4ab43 "add uitest for bug tdf#78133", respectively Change-Id: I31a967d2ce14f86d91951a836b694f360802c5a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102391 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/UITest_sw_options.mk')
-rw-r--r--sw/UITest_sw_options.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_options.mk b/sw/UITest_sw_options.mk
new file mode 100644
index 000000000000..8567c058490f
--- /dev/null
+++ b/sw/UITest_sw_options.mk
@@ -0,0 +1,16 @@
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UITest_UITest,sw_options))
+
+$(eval $(call gb_UITest_add_modules,sw_options,$(SRCDIR)/sw/qa/uitest,\
+ options/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_options, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))