tests: test uid_wrapper_syscall_{valid,va} interaction using swrap_fake_uid_wrapper.so
[socket_wrapper.git] / DefineOptions.cmake
index aca40a5502c4879faf5a9f688224856df1b63904..28152e34dbbc6edc5c8cdefa0e210cac041179ca 100644 (file)
@@ -1 +1,3 @@
-option(WITH_TESTING "Build with unit tests" OFF)
+option(UNIT_TESTING "Build with unit tests" OFF)
+option(HELGRIND_TESTING "Run threaded unit tests with helgrind" OFF)
+option(PICKY_DEVELOPER "Build with picky developer flags" OFF)