Skip to content

Commit 958fc5b

Browse files
committed
clean up tests cmake lists
1 parent 33fbb9f commit 958fc5b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ target_link_libraries(websocket_tests PRIVATE slick_net GTest::gtest_main)
2727
add_executable(http_tests http_tests.cpp)
2828
target_link_libraries(http_tests PRIVATE slick_net GTest::gtest_main)
2929

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-
3530
# Discover tests with increased timeout
3631
gtest_discover_tests(websocket_tests DISCOVERY_TIMEOUT 30)
3732
gtest_discover_tests(http_tests DISCOVERY_TIMEOUT 30)

0 commit comments

Comments
 (0)