summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-08 20:06:42 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-09 02:44:07 +0100
commitd893218da7b3e77c97eb7c96384728776f7c870c (patch)
treedd2f3cd4fddeb7adc856a1385e95b30cdcf29fad /sc/Module_sc.mk
parentb1c9d167ef96df5c3a781ed825d789505a325324 (diff)
use slowcheck in sc
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index ef47326b5bc2..074b1f10ee45 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -42,11 +42,12 @@ $(eval $(call gb_Module_add_targets,sc,\
endif
$(eval $(call gb_Module_add_check_targets,sc,\
+ CppunitTest_sc_ucalc \
CppunitTest_sc_filters_test \
))
$(eval $(call gb_Module_add_slowcheck_targets,sc,\
- CppunitTest_sc_ucalc \
+ CppunitTest_sc_subsequent_filters_test \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
@@ -59,7 +60,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_namedrangeobj \
CppunitTest_sc_namedrangesobj \
CppunitTest_sc_tablesheetsobj \
- CppunitTest_sc_subsequent_filters_test \
))
# vim: set noet sw=4 ts=4: