From 701b6faef5051af92428efa737f98394e6358f25 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 12 Nov 2012 13:27:40 +0000 Subject: revert accidental removal of some tests Change-Id: Id2680f16607a3c9bf87c76c8eb2c1f8a84948510 --- sc/Module_sc.mk | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index cf004c72e8e0..7f4cf50aba71 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -43,7 +43,36 @@ $(eval $(call gb_Module_add_targets,sc,\ endif $(eval $(call gb_Module_add_check_targets,sc,\ + CppunitTest_sc_ucalc \ CppunitTest_sc_filters_test \ + CppunitTest_sc_rangelst_test \ +)) + +$(eval $(call gb_Module_add_slowcheck_targets,sc, \ + CppunitTest_sc_subsequent_filters_test \ + CppunitTest_sc_subsequent_export_test \ +)) + +# Disabled to allow the check tinderbox execute the sd tests +#CppunitTest_sc_chart_regression_test \ + +$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ + JunitTest_sc_complex \ + JunitTest_sc_unoapi \ + CppunitTest_sc_annotationshapeobj \ + 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 \ + CppunitTest_sc_editfieldobj_cell \ + CppunitTest_sc_editfieldobj_header \ + CppunitTest_sc_modelobj \ )) # vim: set noet sw=4 ts=4: -- cgit