mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
tests: add pa_once_xxx() test
This commit is contained in:
parent
aa9348441d
commit
ba255bfc42
3 changed files with 110 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ TESTS_BINARIES = \
|
|||
hook-list-test \
|
||||
memblock-test \
|
||||
thread-test \
|
||||
once-test \
|
||||
flist-test \
|
||||
asyncq-test \
|
||||
asyncmsgq-test \
|
||||
|
|
@ -385,6 +386,11 @@ thread_test_CFLAGS = $(AM_CFLAGS)
|
|||
thread_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la
|
||||
thread_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
once_test_SOURCES = tests/once-test.c
|
||||
once_test_CFLAGS = $(AM_CFLAGS)
|
||||
once_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la
|
||||
once_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
flist_test_SOURCES = tests/flist-test.c
|
||||
flist_test_CFLAGS = $(AM_CFLAGS)
|
||||
flist_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue