summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2021-11-17 16:44:29 -0500
committerArun Raghavan <arun@asymptotic.io>2021-11-17 16:44:29 -0500
commit197fda6b276eae5d03dc1c50575005d95e45a621 (patch)
treed2dd8e2fef81c901b7d78801904f18303d06b440
parent56a9743fcb3edd1766754a5ce08860bb5b890d67 (diff)
downloadpulseaudio-197fda6b276eae5d03dc1c50575005d95e45a621.tar.gz
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>
-rw-r--r--src/tests/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 01a827b1e..dceca55c7 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -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 ] ],
]