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:
Arun Raghavan 2021-11-17 16:44:29 -05:00
parent 56a9743fcb
commit 197fda6b27

View file

@ -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 ] ],
]