aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-06-11 19:59:41 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-06-15 10:08:43 +0200
commit5d7c42ab3e296a979e31ab7842b0a9b7e32041f8 (patch)
tree88c4cdce0b24e73d97ecb0cfd7707f71881c8100 /libs/acpi
parent8221c170391b9e0888d19be82cb3790a640d67ce (diff)
downloadkernel-5d7c42ab3e296a979e31ab7842b0a9b7e32041f8.tar.xz
kernel-5d7c42ab3e296a979e31ab7842b0a9b7e32041f8.zip
build: fix test reporter configuration
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 d48922f..58661c5 100644
--- a/libs/acpi/CMakeLists.txt
+++ b/libs/acpi/CMakeLists.txt
@@ -117,7 +117,7 @@ if(BUILD_TESTING)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bht_results")
catch_discover_tests("acpi::tests"
- RERPORTER junit
+ REPORTER junit
OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/bht_results"
OUTPUT_SUFFIX ".xml"
)