We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fbb9f commit 958fc5bCopy full SHA for 958fc5b
tests/CMakeLists.txt
@@ -27,11 +27,6 @@ target_link_libraries(websocket_tests PRIVATE slick_net GTest::gtest_main)
27
add_executable(http_tests http_tests.cpp)
28
target_link_libraries(http_tests PRIVATE slick_net GTest::gtest_main)
29
30
-if(CMAKE_BUILD_TYPE STREQUAL "Debug")
31
- target_compile_options(websocket_tests PRIVATE /fsanitize=address)
32
- target_compile_options(http_tests PRIVATE /fsanitize=address)
33
-endif()
34
-
35
# Discover tests with increased timeout
36
gtest_discover_tests(websocket_tests DISCOVERY_TIMEOUT 30)
37
gtest_discover_tests(http_tests DISCOVERY_TIMEOUT 30)
0 commit comments