aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-26 22:13:52 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-26 22:13:52 +0200
commit705c98d47937d603e3ad569cc2ade12fa1df3677 (patch)
tree6cd980e01943a87126ec51a248ffc4f03a195e5f /libs/acpi
parent4b28e4626e744ac9b779a680f8e9647014956dda (diff)
downloadkernel-705c98d47937d603e3ad569cc2ade12fa1df3677.tar.xz
kernel-705c98d47937d603e3ad569cc2ade12fa1df3677.zip
build: add tsan build
Diffstat (limited to 'libs/acpi')
-rw-r--r--libs/acpi/CMakeLists.txt2
1 files changed, 1 insertions, 1 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()