diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-09 06:06:39 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-09 06:06:39 +0100 |
commit | c031fcd8355770bf46e46736e786905f21a7e575 (patch) | |
tree | 3a4bd9e652e27fdc6ef8564ade78dd5095c53a6d | |
parent | cedfc2a67448692eb2c0028f18f77427a49a900b (diff) |
did not want to move that to the in-build target
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index cb3ae270b651..e57a43396a55 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -37,7 +37,6 @@ $(eval $(call gb_Module_add_targets,sc,\ $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_filters_test \ CppunitTest_sc_ucalc \ - CppunitTest_sc_subsequent_filters_test \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ @@ -46,6 +45,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_macros_test \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_spreadsheetobj \ + CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_tableautoformatfield \ JunitTest_sc_complex \ JunitTest_sc_unoapi \ |