sc/Module_sc.mk | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)
New commits: commit 2559f6329dd285b3e0e27f6a26091a47326b328d Author: Xisco Fauli <[email protected]> AuthorDate: Thu Dec 19 13:22:59 2024 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Sun Dec 22 22:41:19 2024 +0100 sc: move these to slowcheck so Jenkins will tests them on all platforms Change-Id: Idb17dc34b4b1f26067ed160037c7d81b800ed8f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178801 Tested-by: Xisco Fauli <[email protected]> Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 63dc4b92b90d..d0a8355df96f 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -130,17 +130,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_spreadsheet_functions_test \ CppunitTest_sc_statistical_functions_test \ CppunitTest_sc_text_functions_test \ -)) -endif - -$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ - JunitTest_sc_complex \ - JunitTest_sc_unoapi_1 \ - JunitTest_sc_unoapi_2 \ - JunitTest_sc_unoapi_3 \ - JunitTest_sc_unoapi_4 \ - JunitTest_sc_unoapi_6 \ - JunitTest_sc_unoapi_7 \ CppunitTest_sc_annotationobj \ CppunitTest_sc_annotationshapeobj \ CppunitTest_sc_annotationsobj \ @@ -217,8 +206,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_modelobj \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_namedrangesobj \ - CppunitTest_sc_opencl-1 \ - CppunitTest_sc_opencl-2 \ CppunitTest_sc_outlineobj \ CppunitTest_sc_recentfunctionsobj \ CppunitTest_sc_recordchanges \ @@ -250,6 +237,19 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_uniquecellformatsobj \ CppunitTest_sc_viewpaneobj \ )) +endif + +$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ + JunitTest_sc_complex \ + JunitTest_sc_unoapi_1 \ + JunitTest_sc_unoapi_2 \ + JunitTest_sc_unoapi_3 \ + JunitTest_sc_unoapi_4 \ + JunitTest_sc_unoapi_6 \ + JunitTest_sc_unoapi_7 \ + CppunitTest_sc_opencl-1 \ + CppunitTest_sc_opencl-2 \ +)) $(eval $(call gb_Module_add_perfcheck_targets,sc,\ CppunitTest_sc_perfobj \
