svl/Module_svl.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 980cf4ad2ce25bd549d745208ca926bd5c205921 Author: Stephan Bergmann <[email protected]> Date: Thu Oct 29 10:05:43 2015 +0100 CppunitTest_svl_urihelper can be a plain check target now Change-Id: I8c6f7822f44ae7b6fe213032c62abe620eb3b11f diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index 54f6b6c..636b4fa 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
