mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-18 05:33:58 -04:00
tests: Add passthrough test back to daemon tests
This got dropped during the move to meson. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/665>
This commit is contained in:
parent
56a9743fcb
commit
197fda6b27
1 changed files with 2 additions and 0 deletions
|
|
@ -238,6 +238,8 @@ if get_option('daemon')
|
||||||
daemon_tests = [
|
daemon_tests = [
|
||||||
[ 'extended-test', 'extended-test.c',
|
[ 'extended-test', 'extended-test.c',
|
||||||
[ check_dep, libm_dep, libpulse_dep ] ],
|
[ check_dep, libm_dep, libpulse_dep ] ],
|
||||||
|
[ 'passthrough-test', 'passthrough-test.c',
|
||||||
|
[ check_dep, libpulse_dep, libpulsecommon_dep ] ],
|
||||||
[ 'sync-playback', 'sync-playback.c',
|
[ 'sync-playback', 'sync-playback.c',
|
||||||
[ check_dep, libm_dep, libpulse_dep ] ],
|
[ check_dep, libm_dep, libpulse_dep ] ],
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue