From 9fd65685560b4fb8dcd4c05f5ff53c64db831f61 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 10 Mar 2013 15:19:50 +0700 Subject: Add back subsequencecheck targets accidentally removed ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... in c95e3fb64695cedfa40bfe5472879ee8a692d73f Change-Id: I89b34ae414b8c02d4f015e52047a232fefda2d4b Reviewed-on: https://gerrit.libreoffice.org/2630 Reviewed-by: Matúš Kukan Tested-by: Matúš Kukan --- sc/Module_sc.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index b4cfcb520553..4a4fc4192b85 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -59,7 +59,24 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ # CppunitTest_sc_annotationshapeobj \ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ + JunitTest_sc_complex \ + JunitTest_sc_unoapi \ + CppunitTest_sc_outlineobj \ + CppunitTest_sc_annotationobj \ + CppunitTest_sc_annotationsobj \ + 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