From 80e878005f38c5f30dd8cf073a06b995caf6eb30 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 13 Feb 2024 08:41:59 +0000 Subject: [PATCH] =?UTF-8?q?tests:=20Don=E2=80=99t=20run=20lint=20tests=20u?= =?UTF-8?q?nder=20valgrind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That’s not useful, as the lint tests aren’t actually GLib code. Signed-off-by: Philip Withnall --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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