mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
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:
parent
342fa9c161
commit
80e878005f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user