adds TSAN/ASAN buid settings

This commit is contained in:
2025-11-09 20:19:54 +01:00
parent 687c544ccb
commit bd032c08ce
14 changed files with 48 additions and 22 deletions

View File

@@ -5,5 +5,6 @@ add_executable(${PROJECT_NAME}
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
catch_discover_tests(${PROJECT_NAME})
if(NOT THREAD_SANITIZER)
catch_discover_tests(${PROJECT_NAME})
endif()