summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-28 09:23:52 +0100
committerAndreas Schneider <asn@samba.org>2019-02-12 16:54:24 +0100
commitdd2f1b001de4a8e70f7c6fa52734b2a82bd2b566 (patch)
tree1533697ad4614b77cfa66f02d789461c6b949b9c
parente7c9380faf0f0557c202119f960026f8700667ee (diff)
downloadsocket_wrapper-dd2f1b001de4a8e70f7c6fa52734b2a82bd2b566.tar.gz
socket_wrapper-dd2f1b001de4a8e70f7c6fa52734b2a82bd2b566.tar.xz
socket_wrapper-dd2f1b001de4a8e70f7c6fa52734b2a82bd2b566.zip
cmake: Disable deep binding for helgrind
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1da839c..46a81c9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -127,7 +127,7 @@ if (HELGRIND_TESTING)
TEST
${_HELGRIND_TEST}
PROPERTY
- ENVIRONMENT LD_PRELOAD=${SOCKET_WRAPPER_LOCATION})
+ ENVIRONMENT LD_PRELOAD=${SOCKET_WRAPPER_LOCATION} SOCKET_WRAPPER_DISABLE_DEEPBIND=1)
endif()
endforeach()
endif()