mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
meson: Enable (almost) all tests
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
35ed95df0d
commit
6dbb0774b2
5 changed files with 239 additions and 1 deletions
9
src/tests/test-daemon.meson.sh
Normal file
9
src/tests/test-daemon.meson.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -u
|
||||
|
||||
PATH=${MESON_BUILD_ROOT}/src/daemon:${MESON_BUILD_ROOT}/src/tests:${MESON_BUILD_ROOT}/src/utils:${PATH}
|
||||
export PATH
|
||||
|
||||
${MESON_SOURCE_ROOT}/src/tests/test-daemon.sh $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue