diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-15 22:32:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-15 23:07:14 +0200 |
commit | 09b853e38b7a35d614caebd97116ca8a106148bd (patch) | |
tree | 14635eb5c16aec7b46e9b411c78276921f6a9535 /svl | |
parent | 184179f583d26c26639781e65eb75afc13e0a149 (diff) |
CppunitTest_svl_urihelper fails on MSVC
Change-Id: Ia1154ab9e677ac0d27eb8cf671139d4e23f78794
Diffstat (limited to 'svl')
-rw-r--r-- | svl/Module_svl.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index da0cb1d038df..d12fa3ab8feb 100644 --- a/svl/Module_svl.mk +++ b/svl/Module_svl.mk @@ -32,10 +32,13 @@ $(eval $(call gb_Module_add_check_targets,svl,\ )) #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,\ CppunitTest_svl_urihelper \ )) +endif ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ |