[Libreoffice-commits] core.git: sc/Module_sc.mk

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 26 21:24:17 UTC 2021


 sc/Module_sc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f082057bea3ef75b837bac7d201fa878389c2972
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Jan 26 19:58:52 2021 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Jan 26 22:23:31 2021 +0100

    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 <xiscofauli at libreoffice.org>

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 \


More information about the Libreoffice-commits mailing list