diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 23:28:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 23:28:16 +0200 |
commit | beccf477581b1f3e85100d43be81ea55d3b3f912 (patch) | |
tree | bd0a3675fae6bc771f42e94126e2029c7bbf8c78 /sc | |
parent | 52348aa791c6006d27c94146907c788b6318e816 (diff) |
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')
-rw-r--r-- | sc/Module_sc.mk | 12 |
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: |