summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests6.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2019-05-09 17:15:18 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2019-05-09 22:02:23 +0200
commitde022e50184ffe162c9ef617e489533b54890a05 (patch)
tree8249012aa80ed3e42e3c56c67d83145251df5596 /sw/UITest_writer_tests6.mk
parent6a86999cf0bf5a1b1b299c89cadf060a424c81e6 (diff)
uitest for bug tdf#107847
Change-Id: Ia3ad578f72fa82f0693c7eef34a43261e4efb878 Reviewed-on: https://gerrit.libreoffice.org/72060 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sw/UITest_writer_tests6.mk')
-rw-r--r--sw/UITest_writer_tests6.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests6.mk b/sw/UITest_writer_tests6.mk
new file mode 100644
index 000000000000..876e569a567b
--- /dev/null
+++ b/sw/UITest_writer_tests6.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,writer_tests6))
+
+$(eval $(call gb_UITest_add_modules,writer_tests6,$(SRCDIR)/sw/qa/uitest,\
+ writer_tests6/ \
+))
+
+$(eval $(call gb_UITest_set_defs,writer_tests6, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))