src/socket_wrapper.c: split out _swrap_bind_symbol_generic()
[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)