summaryrefslogtreecommitdiffstats
path: root/sw/UITest_sw_navigator.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-10-23 13:12:12 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-10-23 19:31:23 +0200
commit26015550759b846b58dbc0ba458a91c135d0a09c (patch)
treeaf16cdc8621aa541f377cc4deac39d2927dd6453 /sw/UITest_sw_navigator.mk
parentuitest: remove duplicated tests (diff)
downloadcore-26015550759b846b58dbc0ba458a91c135d0a09c.tar.gz
core-26015550759b846b58dbc0ba458a91c135d0a09c.zip
uitest: move navigator tests to their own folder
Change-Id: Iacc2e21fde8fc126752d0b1fa14cd1f962930d4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104723 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/UITest_sw_navigator.mk')
-rw-r--r--sw/UITest_sw_navigator.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_navigator.mk b/sw/UITest_sw_navigator.mk
new file mode 100644
index 000000000000..a86522dfb3de
--- /dev/null
+++ b/sw/UITest_sw_navigator.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,sw_navigator))
+
+$(eval $(call gb_UITest_add_modules,sw_navigator,$(SRCDIR)/sw/qa/uitest,\
+ navigator/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_navigator, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))