Skip to content

Commit

Permalink
[tests] One more asan attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 committed Jul 23, 2024
1 parent bafd612 commit 6084964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ if (ENABLE_UNITTESTS AND ENABLE_CXX11)
)
#set_tests_properties(test-srt PROPERTIES RUN_SERIAL TRUE)
else()
set(CMAKE_CXX_COMPILER_LAUNCHER env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8)
set_tests_properties(${tests_srt} PROPERTIES RUN_SERIAL TRUE)
gtest_discover_tests(test-srt)
endif()
Expand Down

0 comments on commit 6084964

Please sign in to comment.