meson: Skip norun tests

These weren't meant to be run, so we skip then while generating meson
tests.
This commit is contained in:
Arun Raghavan 2019-06-08 12:47:53 +02:00
parent 2ee919e980
commit 6a60f91054

View file

@ -190,10 +190,12 @@ foreach t : default_tests + norun_tests
link_with : extra_libs, link_with : extra_libs,
) )
if default_tests.contains(t)
test(name, exe, test(name, exe,
env : test_env, env : test_env,
timeout : 120, timeout : 120,
) )
endif
endforeach endforeach
# These tests need a running pulseaudio daemon # These tests need a running pulseaudio daemon