summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sd/Module_sd.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 654f2aa7f408..c15646d809fa 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -42,7 +42,9 @@ $(eval $(call gb_Module_add_targets,sd,\
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
+ CppunitTest_sd_uimpress \
CppunitTest_sd_regression_test \
+ CppunitTest_sd_filters_test \
))
endif
@@ -51,6 +53,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \
))
-# CppunitTest_sd_uimpress \
-# CppunitTest_sd_filters_test \
# vim: set noet sw=4 ts=4: