mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
tests: modify extended-test to use 'check' framework
This commit is contained in:
parent
a74795f9e3
commit
eb15d0c5e2
2 changed files with 38 additions and 13 deletions
|
|
@ -401,8 +401,8 @@ parec_simple_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
|||
|
||||
extended_test_SOURCES = tests/extended-test.c
|
||||
extended_test_LDADD = $(AM_LDADD) libpulse.la
|
||||
extended_test_CFLAGS = $(AM_CFLAGS)
|
||||
extended_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
extended_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
extended_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
||||
|
||||
strlist_test_SOURCES = tests/strlist-test.c
|
||||
strlist_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue