summaryrefslogtreecommitdiff
path: root/sw/UITest_options.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-11-18 21:18:45 +0100
committerZdenek Crhonek <zcrhonek@gmail.com>2018-11-18 22:49:49 +0100
commitec914194382654aa4b0ad9973acc0eed15a4ab43 (patch)
tree19364d074bbc998d39c0ffc7845957d546091fb9 /sw/UITest_options.mk
parente6019a99c8c451640d3df5b8ab1fd0be143ddf21 (diff)
add uitest for bug tdf#78133
Change-Id: I3a8c43f84fa69ff9a547806bbac9dfd37617f3e3 Reviewed-on: https://gerrit.libreoffice.org/63533 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sw/UITest_options.mk')
-rw-r--r--sw/UITest_options.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_options.mk b/sw/UITest_options.mk
new file mode 100644
index 000000000000..1168becf1901
--- /dev/null
+++ b/sw/UITest_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,options))
+
+$(eval $(call gb_UITest_add_modules,options,$(SRCDIR)/sw/qa/uitest,\
+ options/ \
+))
+
+$(eval $(call gb_UITest_set_defs,options, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))