diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-29 10:05:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-29 10:06:02 +0100 |
commit | 980cf4ad2ce25bd549d745208ca926bd5c205921 (patch) | |
tree | 2611875845876faee31517616ed4c350670c4ab9 /svl | |
parent | 56c4032272bc70086e61cc10009956966d6b0e8a (diff) |
CppunitTest_svl_urihelper can be a plain check target now
Change-Id: I8c6f7822f44ae7b6fe213032c62abe620eb3b11f
Diffstat (limited to 'svl')
-rw-r--r-- | svl/Module_svl.mk | 5 |
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 |