aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-26 21:46:37 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-26 21:46:37 +0200
commit4b28e4626e744ac9b779a680f8e9647014956dda (patch)
tree9b5203e083ed27091c70d60e3cdf9284af680c81 /cmake
parente7cb0a5dab291d453fa34c5d1250d85e82478ecf (diff)
downloadkernel-4b28e4626e744ac9b779a680f8e9647014956dda.tar.xz
kernel-4b28e4626e744ac9b779a680f8e9647014956dda.zip
kapi/devices: implement locking discipline
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/BuildHostTests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/BuildHostTests.cmake b/cmake/Modules/BuildHostTests.cmake
index aa3ae66d..70038b46 100644
--- a/cmake/Modules/BuildHostTests.cmake
+++ b/cmake/Modules/BuildHostTests.cmake
@@ -8,6 +8,7 @@ function("teachos_add_tests" NAME)
TEST_SOURCES
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
CONFIGURE_DEPENDS
+ "*.stress.cpp"
"*.tests.cpp"
)