summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_fieldDialog.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-04-18 17:23:02 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-04-18 19:11:08 +0200
commite50f6cefdc92d98b16abcdaad11f1eb046dc7652 (patch)
tree374341ba24d7dbb661bbd58172d37161fd62765f /sw/UITest_sw_fieldDialog.mk
parentbf51fd3de339555567b76cbe9a2de54fdfd18bd3 (diff)
uitest: sw: move field dialog tests to their own place
Change-Id: I9b4b462af85cea7e2427b4025a268dcc200fff51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133130 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/UITest_sw_fieldDialog.mk')
-rw-r--r--sw/UITest_sw_fieldDialog.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_fieldDialog.mk b/sw/UITest_sw_fieldDialog.mk
new file mode 100644
index 000000000000..ac9f04059237
--- /dev/null
+++ b/sw/UITest_sw_fieldDialog.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_fieldDialog))
+
+$(eval $(call gb_UITest_add_modules,sw_fieldDialog,$(SRCDIR)/sw/qa/uitest,\
+ fieldDialog/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_fieldDialog, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
+))