diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-29 07:28:23 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-29 09:49:46 +0300 |
commit | 1ea166153b0dafba9a7483748e0b7851c3b27fd9 (patch) | |
tree | 499e30a01b3a395a81002e80c9cd7af7e44c81f0 /sal/Module_sal.mk | |
parent | b5e4de326fb3422736c6ceb32e419ef95dbb57df (diff) |
No CppunitTest_sal_osl_process for iOS either
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 ad64c852b690..e70512232f0f 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -54,7 +54,8 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_security \ CppunitTest_sal_osl_thread \ - CppunitTest_sal_osl_process \ + $(if $(filter $(OS),IOS),, \ + CppunitTest_sal_osl_process) \ CppunitTest_sal_rtl_alloc \ CppunitTest_sal_rtl_cipher \ CppunitTest_sal_rtl_crc32 \ |