diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 15:49:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 15:52:25 +0200 |
commit | 4603028bc4e2cdacd32da073a82a42ba1fc549a8 (patch) | |
tree | dbebee9d23b4d7918bb66b9d295aa66f82b040ce /sal/Module_sal.mk | |
parent | a6ed487d9703a052f335141d3d44a022d08e84ab (diff) |
CppunitTest_sal_osl_file fails on Windows
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |