From f082057bea3ef75b837bac7d201fa878389c2972 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Tue, 26 Jan 2021 19:58:52 +0100 Subject: move CppunitTest_sc_macros_test 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_macros_test' on a Win machine Change-Id: If84ea0ba5f7376f9cfe62836eb469e4c9e7ea44a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109994 Tested-by: Jenkins Reviewed-by: Xisco Fauli --- sc/Module_sc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 58bd568e0e00..5e57a906a2b7 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -64,6 +64,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_copypaste \ CppunitTest_sc_html_export_test \ CppunitTest_sc_jumbosheets_test \ + CppunitTest_sc_macros_test \ CppunitTest_sc_new_cond_format_api \ CppunitTest_sc_pdf_export \ CppunitTest_sc_pivottable_filters_test \ @@ -178,7 +179,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_importdescriptorbaseobj \ CppunitTest_sc_labelrangeobj \ CppunitTest_sc_labelrangesobj \ - CppunitTest_sc_macros_test \ CppunitTest_sc_modelobj \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_namedrangesobj \ -- cgit