diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-15 13:07:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-15 13:07:28 +0200 |
| commit | e7a121d73a4cbbd7d3dad00227eee2812a54cf2f (patch) | |
| tree | 37ed6b83e139e79533ce8f19e7988bf44152653f /libs/acpi/CMakeLists.txt | |
| parent | eaf7125278b01d0d3fb41f603282f24293a75654 (diff) | |
| download | kernel-e7a121d73a4cbbd7d3dad00227eee2812a54cf2f.tar.xz kernel-e7a121d73a4cbbd7d3dad00227eee2812a54cf2f.zip | |
build: prevent double test building
Diffstat (limited to 'libs/acpi/CMakeLists.txt')
| -rw-r--r-- | libs/acpi/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt index 77992695..32ce8a05 100644 --- a/libs/acpi/CMakeLists.txt +++ b/libs/acpi/CMakeLists.txt @@ -64,6 +64,10 @@ if(BUILD_TESTING) include("Catch") include("BuildHostTests") + if(TEACHOS_ENABLE_TEST_TSAN) + return() + endif() + find_program(IASL_EXE NAMES "iasl" REQUIRED) set(TEST_TABLES |
