diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-17 15:37:07 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-17 19:54:35 +0100 |
commit | 9e296065c6c12ed13b28d0e21445d1fe75b54a3c (patch) | |
tree | 992762327cd2e6490bcc076b3e6f59690b2e6db1 | |
parent | 9174e784f8bbd802c8a8719a0a59bec5ad1af90c (diff) |
sc: move CppunitTest_sc_sparkline_test to slowcheck
so it's executed in all platforms
Change-Id: I53c04cd9623e0d50b8216a135ede67f72d5d6b58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142842
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-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 0b8cb0f49d10..a87a84f4502a 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -79,6 +79,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_new_cond_format_api \ CppunitTest_sc_pdf_export \ CppunitTest_sc_pivottable_filters_test \ + CppunitTest_sc_sparkline_test \ CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_subsequent_filters_test2 \ CppunitTest_sc_subsequent_export_test \ @@ -209,7 +210,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_sheetlinkobj \ CppunitTest_sc_sheetlinksobj \ CppunitTest_sc_sortdescriptorbaseobj \ - CppunitTest_sc_sparkline_test \ CppunitTest_sc_spreadsheetsettings \ CppunitTest_sc_spreadsheetsettingsobj \ CppunitTest_sc_styleobj \ |