]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Skip coccinelle suite by default
authorDaan De Meyer <daan@amutable.com>
Wed, 20 May 2026 07:18:41 +0000 (07:18 +0000)
committerDaan De Meyer <daan@amutable.com>
Wed, 20 May 2026 16:04:26 +0000 (16:04 +0000)
It's not fully passing yet so disable it by default until it is.
clang-tidy follows the same model.

meson.build

index 2f5bece79ded815b0d25c13587d7d5df3b339f18..1d2d59e4fa5368cb4e0c90c15e55df5a373861a5 100644 (file)
@@ -15,7 +15,7 @@ project('systemd', 'c',
 
 add_test_setup(
         'default',
-        exclude_suites : ['clang-tidy', 'unused-symbols', 'integration-tests'],
+        exclude_suites : ['clang-tidy', 'coccinelle', 'unused-symbols', 'integration-tests'],
         exe_wrapper : find_program('tools/test-crash-trace.sh'),
         is_default : true,
 )