summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests5.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-11-01 22:00:18 +0100
committerZdenek Crhonek <zcrhonek@gmail.com>2018-11-02 11:31:47 +0100
commit97d14951adbcecf1257ce091b8c9de210b3a93cc (patch)
tree9ea625c0723fc26a32fba2040e8305c0d08ff49d /sw/UITest_writer_tests5.mk
parentcd472d1d8489f30797f47d3f6dafede28c1feb90 (diff)
uitest Zoom dialog
Change-Id: I27924775165ce45a9a91cb6793db93811ebfb5c8 Reviewed-on: https://gerrit.libreoffice.org/62760 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sw/UITest_writer_tests5.mk')
-rw-r--r--sw/UITest_writer_tests5.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests5.mk b/sw/UITest_writer_tests5.mk
new file mode 100644
index 000000000000..f8e2249cbe80
--- /dev/null
+++ b/sw/UITest_writer_tests5.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_tests5))
+
+$(eval $(call gb_UITest_add_modules,writer_tests5,$(SRCDIR)/sw/qa/uitest,\
+ writer_tests5/ \
+))
+
+$(eval $(call gb_UITest_set_defs,writer_tests5, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))