mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -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 = [
|
||||
[ 'extended-test', 'extended-test.c',
|
||||
[ check_dep, libm_dep, libpulse_dep ] ],
|
||||
[ 'passthrough-test', 'passthrough-test.c',
|
||||
[ check_dep, libpulse_dep, libpulsecommon_dep ] ],
|
||||
[ 'sync-playback', 'sync-playback.c',
|
||||
[ check_dep, libm_dep, libpulse_dep ] ],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue