From 0e163ead17cb1e6675c72a39c32a0bb4d733857a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Jan 2012 11:20:02 +0100 Subject: Disable CppunitTest_svl_urihelper for now due to bad dependencies. --- svl/Module_svl.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index 26ce7e0c460c..801aa5a86f16 100644 --- a/svl/Module_svl.mk +++ b/svl/Module_svl.mk @@ -38,8 +38,9 @@ $(eval $(call gb_Module_add_targets,svl,\ $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_lngmisc \ - CppunitTest_svl_urihelper \ )) +#TODO: CppunitTest_svl_urihelper depends on ucb, can only be added once svl is +# in tail build $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ JunitTest_svl_complex \ -- cgit