meson: Skip coccinelle suite by default

It's not fully passing yet so disable it by default until it is.
clang-tidy follows the same model.

(cherry picked from commit fde1cccf31)
(cherry picked from commit 9f40251e27)
This commit is contained in:
Daan De Meyer
2026-05-20 07:18:41 +00:00
committed by Luca Boccassi
parent 9f3f3ad067
commit cdff054824

View 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,
)