mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
9 lines
192 B
Bash
9 lines
192 B
Bash
#!/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 $@
|