From e7a121d73a4cbbd7d3dad00227eee2812a54cf2f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 15 Aug 2026 13:07:28 +0200 Subject: build: prevent double test building --- libs/acpi/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/acpi/CMakeLists.txt') 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 -- cgit v1.2.3