From 4603028bc4e2cdacd32da073a82a42ba1fc549a8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 27 Jan 2012 15:49:47 +0200 Subject: CppunitTest_sal_osl_file fails on Windows --- sal/Module_sal.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sal/Module_sal.mk') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 1260afd7f5d5..42a2124cd4bc 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -47,7 +47,8 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_Module_DLL \ CppunitTest_sal_bytesequence \ CppunitTest_sal_osl_condition \ - CppunitTest_sal_osl_file \ + $(if $(filter $(OS),WNT),, \ + CppunitTest_sal_osl_file) \ CppunitTest_sal_osl_module \ CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_security \ -- cgit