summaryrefslogtreecommitdiff
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
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>
-rw-r--r--sw/Module_sw.mk2
-rw-r--r--sw/UITest_sw_table.mk (renamed from sw/UITest_table.mk)6
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 9f90b23a45fd..d63839a6a578 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -167,7 +167,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\
UITest_writer_tests5 \
UITest_writer_tests6 \
UITest_writer_tests7 \
- UITest_table \
+ UITest_sw_table \
UITest_sw_findReplace \
UITest_sw_findSimilarity \
UITest_chapterNumbering \
diff --git a/sw/UITest_table.mk b/sw/UITest_sw_table.mk
index 20db5bcd3703..7ff053bf6c24 100644
--- a/sw/UITest_table.mk
+++ b/sw/UITest_sw_table.mk
@@ -5,12 +5,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_UITest_UITest,table))
+$(eval $(call gb_UITest_UITest,sw_table))
-$(eval $(call gb_UITest_add_modules,table,$(SRCDIR)/sw/qa/uitest,\
+$(eval $(call gb_UITest_add_modules,sw_table,$(SRCDIR)/sw/qa/uitest,\
table/ \
))
-$(eval $(call gb_UITest_set_defs,table, \
+$(eval $(call gb_UITest_set_defs,sw_table, \
TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
))