From 83ea2162b80b4d03e4cca90d354b5d56ea3f5898 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 10 Nov 2011 16:51:58 +0000 Subject: Initial sd filters unit tests --- sd/Module_sd.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sd/Module_sd.mk') 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 \ )) -- cgit