mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
tests: Add a unit test for passthrough support
This adds some basic infrastructure to test passthrough support. Right now, it just creates a passthrough stream and makes sure negotiation works. We'll add in more tests as we go along.
This commit is contained in:
parent
5fd17efc6c
commit
cda9a5f1d3
2 changed files with 296 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ TESTS_norun = \
|
|||
TESTS_daemon = \
|
||||
connect-stress \
|
||||
extended-test \
|
||||
passthrough-test \
|
||||
interpol-test \
|
||||
sync-playback
|
||||
|
||||
|
|
@ -478,6 +479,11 @@ extended_test_LDADD = $(AM_LDADD) libpulse.la
|
|||
extended_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
extended_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
||||
|
||||
passthrough_test_SOURCES = tests/passthrough-test.c
|
||||
passthrough_test_LDADD = $(AM_LDADD) libpulse.la libpulsecommon-@PA_MAJORMINOR@.la
|
||||
passthrough_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
passthrough_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
||||
|
||||
strlist_test_SOURCES = tests/strlist-test.c
|
||||
strlist_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
strlist_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpulsecore-@PA_MAJORMINOR@.la libpulse.la libpulsecommon-@PA_MAJORMINOR@.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue