adds TSAN/ASAN buid settings
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user