aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-05-02 17:05:21 +0200
committerAndreas Schneider <asn@samba.org>2018-05-03 13:15:25 +0200
commit7b01e29d2c95216c842b56b89c88e900cfb4991b (patch)
tree00c9020d453e94089e5915b083843d53dc3372db /DefineOptions.cmake
parent1ff35b6bb9a2702c4b0785281f22018b05e549c8 (diff)
downloadsocket_wrapper-7b01e29d2c95216c842b56b89c88e900cfb4991b.tar.gz
socket_wrapper-7b01e29d2c95216c842b56b89c88e900cfb4991b.tar.xz
socket_wrapper-7b01e29d2c95216c842b56b89c88e900cfb4991b.zip
cmake: Run threaded tests with helgrind
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 6030e79..54e65e1 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -1 +1,2 @@
option(UNIT_TESTING "Build with unit tests" OFF)
+option(HELGRIND_TESTING "Run threaded unit tests with helgrind" OFF)