mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
add new test "interpol-test"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1027 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bd432f0590
commit
9f59b4e1cd
2 changed files with 174 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ noinst_PROGRAMS = \
|
|||
voltest \
|
||||
memblockq-test \
|
||||
sync-playback \
|
||||
interpol-test \
|
||||
channelmap-test \
|
||||
thread-mainloop-test \
|
||||
utf8-test
|
||||
|
|
@ -284,6 +285,11 @@ sync_playback_LDADD = $(AM_LDADD) libpolyp.la
|
|||
sync_playback_CFLAGS = $(AM_CFLAGS)
|
||||
sync_playback_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
interpol_test_SOURCES = tests/interpol-test.c
|
||||
interpol_test_LDADD = $(AM_LDADD) libpolyp.la
|
||||
interpol_test_CFLAGS = $(AM_CFLAGS)
|
||||
interpol_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
###################################
|
||||
# Client library #
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue