From bf4484037c4ccb31493c0d863b92ed6dbff9d1ad Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Feb 2012 13:19:09 +0000 Subject: fix filters test dependencies --- sd/Module_sd.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sd/Module_sd.mk') diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index b1dbe0c7e506..d4c080d1f977 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -43,10 +43,8 @@ $(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 \ )) -# disabled for now, seems to have incomplete deps and hangs on a build from scratch -# CppunitTest_sd_filters_test \ - endif -- cgit