summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-28 03:56:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-28 03:56:50 +0200
commit08f4273d7513e92f3dafa40b888467aaaf3c4b9f (patch)
tree48cd65c23544ae46b5c40de5c4e7da15fa2531a7 /sc/Module_sc.mk
parentbeccf477581b1f3e85100d43be81ea55d3b3f912 (diff)
we can't move that into a test only lib
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk12
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: