summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-10 16:51:58 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-10 22:33:49 +0000
commit83ea2162b80b4d03e4cca90d354b5d56ea3f5898 (patch)
tree74246625cb061606307a3945125622f1b8f1c3e9 /sd/Module_sd.mk
parenteaea417bfdf8d06df2b7f2e42c904c32ce77e871 (diff)
Initial sd filters unit tests
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r--sd/Module_sd.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 933dc70e8fe4..eef68f8224b6 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -42,11 +42,14 @@ $(eval $(call gb_Module_add_targets,sd,\
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
- CppunitTest_sd_uimpress \
+ CppunitTest_sd_filters_test \
RdbTarget_sd_uimpress \
+ RdbTarget_sd_filters_test \
))
endif
+# CppunitTest_sd_uimpress \
+
$(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \
))