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,
)
test(name, exe,
env : test_env,
timeout : 120,
)
if default_tests.contains(t)
test(name, exe,
env : test_env,
timeout : 120,
)
endif
endforeach
# These tests need a running pulseaudio daemon