mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
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 commitfde1cccf31) (cherry picked from commit9f40251e27)
This commit is contained in:
committed by
Luca Boccassi
parent
9f3f3ad067
commit
cdff054824
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user