From 8bc98f3ef45052340de2296f8af63325e4b7d4d9 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Fri, 23 Oct 2020 14:11:06 +0200 Subject: uitest: sw: table -> sw_table Change-Id: I99026f6579bb48171cfafdad16c3c6d969c77fd5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104727 Tested-by: Jenkins Reviewed-by: Xisco Fauli --- sw/Module_sw.mk | 2 +- sw/UITest_sw_table.mk | 16 ++++++++++++++++ sw/UITest_table.mk | 16 ---------------- 3 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 sw/UITest_sw_table.mk delete mode 100644 sw/UITest_table.mk (limited to 'sw') 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_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" \ +)) diff --git a/sw/UITest_table.mk b/sw/UITest_table.mk deleted file mode 100644 index 20db5bcd3703..000000000000 --- a/sw/UITest_table.mk +++ /dev/null @@ -1,16 +0,0 @@ -# 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,table)) - -$(eval $(call gb_UITest_add_modules,table,$(SRCDIR)/sw/qa/uitest,\ - table/ \ -)) - -$(eval $(call gb_UITest_set_defs,table, \ - TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \ -)) -- cgit