summaryrefslogtreecommitdiffstats
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-27 23:28:16 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-27 23:28:16 +0200
commitbeccf477581b1f3e85100d43be81ea55d3b3f912 (patch)
treebd0a3675fae6bc771f42e94126e2029c7bbf8c78 /sc/Module_sc.mk
parentsberg's tinderbox needs a bit more tolerance than 1% (diff)
downloadcore-beccf477581b1f3e85100d43be81ea55d3b3f912.tar.gz
core-beccf477581b1f3e85100d43be81ea55d3b3f912.zip
move xshape dumper into test
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 18ab35875f60..c632de4b1af4 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -51,19 +51,7 @@ $(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: