summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-12 13:16:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-12 13:18:35 +0000
commit49b8408e028881b8628ca472a028318ec7b32282 (patch)
tree1a9cfcc4cd92d4467780400cdd2c9b14626cd833 /sc/Module_sc.mk
parent163f057f6937230c6a5ae9701ea20eb317eb8305 (diff)
add test for EDB-22591
Change-Id: I58b22ab27de3069ae10f68ab0e844a439e6049ce
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 7f4cf50aba71..cf004c72e8e0 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -43,36 +43,7 @@ $(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: