summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2017-12-06 20:25:23 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-12-19 16:43:44 +0100
commitaa9d919e50e38d40c46cbd172cf51a4cc13673c4 (patch)
tree23f4ec2c05066a445b915dbdab9e9a1f4d6fa99b /sw/UITest_writer_tests.mk
parentac5518b6d4a14b2ed8011c35f97435e797a7b8d6 (diff)
uitest - writer "delete all comments"; move writer tests to sw/qa/uitest
Change-Id: Id7d6a2a413234b07df3f0f07184e7e33fec73633 Reviewed-on: https://gerrit.libreoffice.org/45985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/UITest_writer_tests.mk')
-rw-r--r--sw/UITest_writer_tests.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests.mk b/sw/UITest_writer_tests.mk
new file mode 100644
index 000000000000..3205991d0429
--- /dev/null
+++ b/sw/UITest_writer_tests.mk
@@ -0,0 +1,12 @@
+# 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_tests))
+
+$(eval $(call gb_UITest_add_modules,writer_tests,$(SRCDIR)/sw/qa/uitest,\
+ writer_tests/ \
+))