diff --git a/tests/meson.build b/tests/meson.build index a2822d4f5..795c35ef4 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -13,7 +13,7 @@ if have_bash test( test_name, files(test_name), env : common_test_env, - suite : 'lint', + suite : ['lint', 'no-valgrind'], protocol : 'tap', ) endforeach