mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +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(
|
||||||
test_name, files(test_name),
|
test_name, files(test_name),
|
||||||
env : common_test_env,
|
env : common_test_env,
|
||||||
suite : 'lint',
|
suite : ['lint', 'no-valgrind'],
|
||||||
protocol : 'tap',
|
protocol : 'tap',
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
Loading…
Reference in New Issue
Block a user