diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-01-26 19:58:52 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-01-26 22:23:31 +0100 |
commit | f082057bea3ef75b837bac7d201fa878389c2972 (patch) | |
tree | 4a3bbf064d992593df5c80520d0ff617335470c5 /sc/Module_sc.mk | |
parent | 57f46d31bf8bd9d741cda9b9172a8ba2db4425ae (diff) |
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@libreoffice.org>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |