summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 649a6fca0b4f..7f4cf50aba71 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -44,9 +44,15 @@ endif
$(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_ucalc \
+ CppunitTest_sc_filters_test \
CppunitTest_sc_rangelst_test \
))
+$(eval $(call gb_Module_add_slowcheck_targets,sc, \
+ CppunitTest_sc_subsequent_filters_test \
+ CppunitTest_sc_subsequent_export_test \
+))
+
# Disabled to allow the check tinderbox execute the sd tests
#CppunitTest_sc_chart_regression_test \