summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests2.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-06-28 21:26:57 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2018-06-29 07:01:28 +0200
commit616917f4e15d30307062f3c1a73656c8c9fbf3a9 (patch)
tree89246b701f4e82597195f9fafcde3f35aec71ff2 /sw/UITest_writer_tests2.mk
parente7d3976cb80f7e7401be071f905a764dd6cb4d6e (diff)
uitest for bug tdf#116474
Change-Id: I6b19626bf872c2eff61c57342579ec682a1c37d0 Reviewed-on: https://gerrit.libreoffice.org/56632 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sw/UITest_writer_tests2.mk')
-rw-r--r--sw/UITest_writer_tests2.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests2.mk b/sw/UITest_writer_tests2.mk
new file mode 100644
index 000000000000..11fcfcb0e992
--- /dev/null
+++ b/sw/UITest_writer_tests2.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_tests2))
+
+$(eval $(call gb_UITest_add_modules,writer_tests2,$(SRCDIR)/sw/qa/uitest,\
+ writer_tests2/ \
+))
+
+$(eval $(call gb_UITest_set_defs,writer_tests2, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))