summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-09-10 16:26:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-09-10 22:35:59 +0200
commit83aa172697c11a9550c27a28f8e62b523ec7086d (patch)
tree969ddb73f3bd3c9632f847377134d02b5d0d15d9 /sc
parentade900a09ee5486208b72f7d1b399b1c3c5785e8 (diff)
Disambiguate UITest_sc_options and UITest_sw_options
...that were added with the same name UITest_options in 107af098311beafaadb343c5a3634389f56006a0 "uitest for bug tdf#117458" and ec914194382654aa4b0ad9973acc0eed15a4ab43 "add uitest for bug tdf#78133", respectively Change-Id: I31a967d2ce14f86d91951a836b694f360802c5a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102391 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/Module_sc.mk2
-rw-r--r--sc/UITest_sc_options.mk (renamed from sc/UITest_options.mk)6
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 8a6f8411faff..730023c476a6 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -242,7 +242,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\
UITest_solver \
UITest_goalSeek \
UITest_protect \
- UITest_options \
+ UITest_sc_options \
UITest_validity \
UITest_key_f4 \
UITest_textCase \
diff --git a/sc/UITest_options.mk b/sc/UITest_sc_options.mk
index 2869fb4a510e..c5a7656bf79f 100644
--- a/sc/UITest_options.mk
+++ b/sc/UITest_sc_options.mk
@@ -7,13 +7,13 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_UITest_UITest,options))
+$(eval $(call gb_UITest_UITest,sc_options))
-$(eval $(call gb_UITest_add_modules,options,$(SRCDIR)/sc/qa/uitest,\
+$(eval $(call gb_UITest_add_modules,sc_options,$(SRCDIR)/sc/qa/uitest,\
options/ \
))
-$(eval $(call gb_UITest_set_defs,options, \
+$(eval $(call gb_UITest_set_defs,sc_options, \
TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
))