summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-12 13:27:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-12 13:27:55 +0000
commit701b6faef5051af92428efa737f98394e6358f25 (patch)
treeb4e048b44a1088724b243b159d8a3a5632c7343b /sc/Module_sc.mk
parenta9966a47409a0149d936ba2a2650bc20cc52cce2 (diff)
revert accidental removal of some tests
Change-Id: Id2680f16607a3c9bf87c76c8eb2c1f8a84948510
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk29
1 files changed, 29 insertions, 0 deletions
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: