diff options
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index d8d5ea2a..ada786a4 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -78,6 +78,10 @@ if(BUILD_TESTING) include("Catch") include("BuildHostTests") + if(TEACHOS_ENABLE_TEST_TSAN) + return() + endif() + teachos_add_tests("kstd") if(COMMAND "enable_coverage" AND KSTD_ENABLE_TEST_COVERAGE) |
