diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 11:27:04 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 11:27:04 +0200 |
| commit | 5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20 (patch) | |
| tree | 3cb26d646463094730ac066cd193cf70ad4a5b18 /libs/kstd | |
| parent | de473afc0bf677e40cd660062f2518f8ade6e346 (diff) | |
| download | kernel-5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20.tar.xz kernel-5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20.zip | |
build: improve linting exclusions for tests
Diffstat (limited to 'libs/kstd')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 4 |
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 |
