aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-05-18 15:32:41 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-05-18 15:32:41 +0200
commitf858bc83734d34bb463ee0217bbebbc14e1e6636 (patch)
treee5c7757683a83843f3439e64b1b8b0b5d0497da2 /libs/acpi
parent1f12f7d107fb0db5ab33a92a20ee05db2489dc28 (diff)
parenta50d6cfcea67b11f6689ec825afc2e2b33252714 (diff)
downloadkernel-f858bc83734d34bb463ee0217bbebbc14e1e6636.tar.xz
kernel-f858bc83734d34bb463ee0217bbebbc14e1e6636.zip
Merge branch 'fmorgner/develop-BA-FS26/junit-test-reporting' into 'develop-BA-FS26'
Enable jUnit style test reports See merge request teachos/kernel!40
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 2c4d76d..135ce6a 100644
--- a/libs/acpi/CMakeLists.txt
+++ b/libs/acpi/CMakeLists.txt
@@ -132,5 +132,5 @@ if(BUILD_TESTING)
EXCLUDE_FROM_ALL NO
)
- catch_discover_tests("acpi_tests")
+ catch_discover_tests("acpi_tests" ${CATCH_TEST_ARGS})
endif()