aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/acpi/CMakeLists.txt2
-rw-r--r--libs/kstd/CMakeLists.txt2
2 files changed, 2 insertions, 2 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()
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