aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-20 11:27:04 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-20 11:27:04 +0200
commit5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20 (patch)
tree3cb26d646463094730ac066cd193cf70ad4a5b18 /libs/kstd
parentde473afc0bf677e40cd660062f2518f8ade6e346 (diff)
downloadkernel-5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20.tar.xz
kernel-5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20.zip
build: improve linting exclusions for tests
Diffstat (limited to 'libs/kstd')
-rw-r--r--libs/kstd/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt
index ada786a4..753f674f 100644
--- a/libs/kstd/CMakeLists.txt
+++ b/libs/kstd/CMakeLists.txt
@@ -31,10 +31,10 @@ target_sources("kstd" PRIVATE
file(GLOB_RECURSE KSTD_HEADERS
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
CONFIGURE_DEPENDS
- "kstd/*"
+ "kstd/**.hpp"
)
-list(FILTER KSTD_HEADERS EXCLUDE REGEX ".*\.cpp")
+list(FILTER KSTD_HEADERS EXCLUDE REGEX "test_support")
target_sources("kstd" PUBLIC
FILE_SET HEADERS