mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
Merge branch 'lint-no-valgrind' into 'main'
tests: Don’t run lint tests under valgrind See merge request GNOME/glib!3918
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user