summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-01-12 18:17:19 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-01-13 14:10:53 +0100
commit9b36407b7a3d1052a79077ca54904e3b3b8d0bce (patch)
treeec0146137848cb58ff8c09315c6e4796fd7bd95f /sc/Module_sc.mk
parente58b2365e6ec962d8832636283b1e74b5c0246c6 (diff)
move CppunitTest_sc_jumbosheets_test from subsequentcheck to slowcheck
and sort the list 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: I906255bcf82e19917036aa3e99344f9ecf2a26fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109190 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 5d5b033711f9..58bd568e0e00 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -61,13 +61,14 @@ endif
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_cond_format_merge \
+ CppunitTest_sc_copypaste \
+ CppunitTest_sc_html_export_test \
+ CppunitTest_sc_jumbosheets_test \
CppunitTest_sc_new_cond_format_api \
CppunitTest_sc_pdf_export \
+ CppunitTest_sc_pivottable_filters_test \
CppunitTest_sc_subsequent_filters_test \
CppunitTest_sc_subsequent_export_test \
- CppunitTest_sc_html_export_test \
- CppunitTest_sc_copypaste \
- CppunitTest_sc_pivottable_filters_test \
CppunitTest_sc_uicalc \
))
@@ -175,7 +176,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_indexenumeration_tablerowsenumeration \
CppunitTest_sc_indexenumeration_textfieldenumeration \
CppunitTest_sc_importdescriptorbaseobj \
- CppunitTest_sc_jumbosheets_test \
CppunitTest_sc_labelrangeobj \
CppunitTest_sc_labelrangesobj \
CppunitTest_sc_macros_test \