tests: Don’t run lint tests under valgrind

That’s not useful, as the lint tests aren’t actually GLib code.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-02-13 08:41:59 +00:00
parent 342fa9c161
commit 80e878005f

View File

@ -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