aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/acpi/CMakeLists.txt2
-rw-r--r--libs/kstd/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt
index caffa1c9..4bd23d47 100644
--- a/libs/acpi/CMakeLists.txt
+++ b/libs/acpi/CMakeLists.txt
@@ -85,7 +85,7 @@ if(BUILD_TESTING)
set_source_files_properties("acpi/test_data/tables.S" PROPERTIES OBJECT_DEPENDS "${GENERATED_TABLE_BLOBS}")
- if(COMMAND "enable_coverage")
+ if(COMMAND "enable_coverage" AND NOT TEACHOS_ENABLE_TEST_TSAN)
enable_coverage("acpi")
endif()
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt
index 63428c4b..379ca7d0 100644
--- a/libs/kstd/CMakeLists.txt
+++ b/libs/kstd/CMakeLists.txt
@@ -74,7 +74,7 @@ if(BUILD_TESTING)
teachos_add_tests("kstd")
- if(COMMAND "enable_coverage")
+ if(COMMAND "enable_coverage" AND NOT TEACHOS_ENABLE_TEST_TSAN)
enable_coverage("kstd")
enable_coverage("kstd_tests")
endif()