mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
add new test programme utf8-test.c
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@880 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bf58753a99
commit
53595938d0
2 changed files with 33 additions and 1 deletions
|
|
@ -189,7 +189,8 @@ noinst_PROGRAMS = \
|
|||
memblockq-test \
|
||||
sync-playback \
|
||||
channelmap-test \
|
||||
thread-mainloop-test
|
||||
thread-mainloop-test \
|
||||
utf8-test
|
||||
|
||||
if HAVE_SIGXCPU
|
||||
noinst_PROGRAMS += \
|
||||
|
|
@ -217,6 +218,11 @@ thread_mainloop_test_CFLAGS = $(AM_CFLAGS)
|
|||
thread_mainloop_test_LDADD = $(AM_LDADD) libpolyp-@PA_MAJORMINOR@.la
|
||||
thread_mainloop_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
utf8_test_SOURCES = tests/utf8-test.c
|
||||
utf8_test_CFLAGS = $(AM_CFLAGS)
|
||||
utf8_test_LDADD = $(AM_LDADD) libpolypcore.la
|
||||
utf8_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
mcalign_test_SOURCES = tests/mcalign-test.c
|
||||
mcalign_test_CFLAGS = $(AM_CFLAGS)
|
||||
mcalign_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpolypcore.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue