mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
meson: Skip norun tests
These weren't meant to be run, so we skip then while generating meson tests.
This commit is contained in:
parent
2ee919e980
commit
6a60f91054
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue