mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
add new test 'channelmap-test'
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@800 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
195e96912f
commit
5f7cc0c870
2 changed files with 32 additions and 1 deletions
|
|
@ -187,7 +187,8 @@ noinst_PROGRAMS = \
|
|||
strlist-test \
|
||||
voltest \
|
||||
memblockq-test \
|
||||
sync-playback
|
||||
sync-playback \
|
||||
channelmap-test
|
||||
|
||||
if HAVE_SIGXCPU
|
||||
noinst_PROGRAMS += \
|
||||
|
|
@ -235,6 +236,11 @@ voltest_CFLAGS = $(AM_CFLAGS)
|
|||
voltest_LDADD = $(AM_LDADD) libpolyp-@PA_MAJORMINOR@.la
|
||||
voltest_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
channelmap_test_SOURCES = tests/channelmap-test.c
|
||||
channelmap_test_CFLAGS = $(AM_CFLAGS)
|
||||
channelmap_test_LDADD = $(AM_LDADD) libpolyp-@PA_MAJORMINOR@.la
|
||||
channelmap_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
cpulimit_test_SOURCES = tests/cpulimit-test.c daemon/cpulimit.c daemon/cpulimit.h
|
||||
cpulimit_test_CFLAGS = $(AM_CFLAGS)
|
||||
cpulimit_test_LDADD = $(AM_LDADD) libpolypcore.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue