adds TSAN/ASAN buid settings
This commit is contained in:
@@ -6,4 +6,6 @@ add_executable(${PROJECT_NAME}
|
||||
)
|
||||
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