summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-29 10:05:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-10-29 10:06:02 +0100
commit980cf4ad2ce25bd549d745208ca926bd5c205921 (patch)
tree2611875845876faee31517616ed4c350670c4ab9 /svl
parent56c4032272bc70086e61cc10009956966d6b0e8a (diff)
CppunitTest_svl_urihelper can be a plain check target now
Change-Id: I8c6f7822f44ae7b6fe213032c62abe620eb3b11f
Diffstat (limited to 'svl')
-rw-r--r--svl/Module_svl.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk
index 54f6b6c6073e..636b4fa7ef3b 100644
--- a/svl/Module_svl.mk
+++ b/svl/Module_svl.mk
@@ -38,12 +38,9 @@ $(eval $(call gb_Module_add_check_targets,svl,\
CppunitTest_svl_notify \
))
-#TODO: CppunitTest_svl_urihelper depends on ucb, can only be added once svl is
-# in tail build
#FIXME: fails on MSVC
-
ifneq ($(OS),WNT)
-$(eval $(call gb_Module_add_subsequentcheck_targets,svl,\
+$(eval $(call gb_Module_add_check_targets,svl,\
CppunitTest_svl_urihelper \
))
endif