summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-01-11 16:09:11 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-01-12 15:31:32 +0100
commit5360a780ed67b7625bbc0216218a16f58983c234 (patch)
tree53794cfcda262534e8a88fb6e981b505effadf20
parentc2a349bc1482482d3e5ec06232c166d77fe9b602 (diff)
move CppunitTest_sc_uicalc from subsequentcheck to slowcheck
this way, Jenkins executes this module on Windows and Mac as well. Before I submitted this test, I ran 'make clean && make CppunitTest_sc_uicalc' on a Win machine Change-Id: I5bb708e3b61f16c3bd53da2222f19f2b73742819 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109106 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r--sc/Module_sc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index bb378e8f378a..5d5b033711f9 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_html_export_test \
CppunitTest_sc_copypaste \
CppunitTest_sc_pivottable_filters_test \
+ CppunitTest_sc_uicalc \
))
# Various function tests fail in 32-bit linux_x86 build due to dreaded floating
@@ -208,7 +209,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_tablesheetsobj \
CppunitTest_sc_tablevalidationobj \
CppunitTest_sc_tabviewobj \
- CppunitTest_sc_uicalc \
CppunitTest_sc_uniquecellformatsenumeration \
CppunitTest_sc_uniquecellformatsobj \
CppunitTest_sc_viewpaneobj \