diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-18 15:21:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-18 15:21:39 +0200 |
| commit | a50d6cfcea67b11f6689ec825afc2e2b33252714 (patch) | |
| tree | e5c7757683a83843f3439e64b1b8b0b5d0497da2 /libs/kstd | |
| parent | 1f12f7d107fb0db5ab33a92a20ee05db2489dc28 (diff) | |
| download | kernel-a50d6cfcea67b11f6689ec825afc2e2b33252714.tar.xz kernel-a50d6cfcea67b11f6689ec825afc2e2b33252714.zip | |
ci: enable jUnit style test reports
Diffstat (limited to 'libs/kstd')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 6902891..1cc75b7 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -114,5 +114,5 @@ if(BUILD_TESTING) enable_coverage("kstd_tests") endif() - catch_discover_tests("kstd::tests") + catch_discover_tests("kstd::tests" ${CATCH_TEST_ARGS}) endif()
\ No newline at end of file |
