mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-04-10 08:21:09 -04:00
tests: modify connect-stress to use 'check' framework
This commit is contained in:
parent
f270fead58
commit
2b7fb50935
2 changed files with 42 additions and 18 deletions
|
|
@ -526,8 +526,8 @@ usergroup_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
|||
|
||||
connect_stress_SOURCES = tests/connect-stress.c
|
||||
connect_stress_LDADD = $(AM_LDADD) libpulse.la
|
||||
connect_stress_CFLAGS = $(AM_CFLAGS)
|
||||
connect_stress_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
connect_stress_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
connect_stress_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
||||
|
||||
echo_cancel_test_SOURCES = $(module_echo_cancel_la_SOURCES)
|
||||
nodist_echo_cancel_test_SOURCES = $(nodist_module_echo_cancel_la_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue