summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_table.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-10-23 14:11:06 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-10-25 15:55:58 +0100
commit8bc98f3ef45052340de2296f8af63325e4b7d4d9 (patch)
tree23e1929cd44f19888f7a0807b0cf225383719192 /sw/UITest_sw_table.mk
parentd5d08f6ebb0d7a635431e3d7294fbf4d7fa534af (diff)
uitest: sw: table -> sw_table
Change-Id: I99026f6579bb48171cfafdad16c3c6d969c77fd5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104727 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/UITest_sw_table.mk')
-rw-r--r--sw/UITest_sw_table.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_table.mk b/sw/UITest_sw_table.mk
new file mode 100644
index 000000000000..7ff053bf6c24
--- /dev/null
+++ b/sw/UITest_sw_table.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_table))
+
+$(eval $(call gb_UITest_add_modules,sw_table,$(SRCDIR)/sw/qa/uitest,\
+ table/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_table, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))