diff options
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index c632de4b1af4..18ab35875f60 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -51,7 +51,19 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc,\ )) $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ + JunitTest_sc_complex \ + JunitTest_sc_unoapi \ CppunitTest_sc_chart_regression_test \ + CppunitTest_sc_cellrangeobj \ + $(if $(filter-out $(OS),IOS), \ + CppunitTest_sc_databaserangeobj) \ + CppunitTest_sc_datapilottableobj \ + CppunitTest_sc_datapilotfieldobj \ + CppunitTest_sc_macros_test \ + CppunitTest_sc_namedrangeobj \ + CppunitTest_sc_namedrangesobj \ + CppunitTest_sc_tablesheetobj \ + CppunitTest_sc_tablesheetsobj \ )) # vim: set noet sw=4 ts=4: |