mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
core-util-test: Add boilerplate
This commit is contained in:
parent
6f0e39d30f
commit
e1bc479110
3 changed files with 53 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ endif
|
|||
noinst_LTLIBRARIES =
|
||||
|
||||
TESTS_default = \
|
||||
core-util-test \
|
||||
mainloop-test \
|
||||
strlist-test \
|
||||
close-test \
|
||||
|
|
@ -355,6 +356,11 @@ check-daemon:
|
|||
|
||||
endif
|
||||
|
||||
core_util_test_SOURCES = tests/core-util-test.c
|
||||
core_util_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
core_util_test_LDADD = $(AM_LDADD) libpulse.la libpulsecommon-@PA_MAJORMINOR@.la
|
||||
core_util_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
||||
|
||||
mainloop_test_SOURCES = tests/mainloop-test.c
|
||||
mainloop_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
mainloop_test_LDADD = $(AM_LDADD) libpulse.la libpulsecommon-@PA_MAJORMINOR@.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue