mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
build: run some tests during make check (and distcheck)
Run simple core tests during 'check'. I plan to add more automated tests, including pulseaudio instances. I did some for maemo, they still need some love. Note: it would be funky to enable Automake 'color-tests' option when this will be released (1.10.2 and from automake git)
This commit is contained in:
parent
de57edd5d8
commit
8e200ed0ce
1 changed files with 34 additions and 0 deletions
|
|
@ -219,6 +219,35 @@ pabrowse_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||||
# Test programs #
|
# Test programs #
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
|
# missing: mcalign-test flist-test pacat-simple parec-simple sync-playback rtstutter stripnul interpol-test thread-test
|
||||||
|
|
||||||
|
TESTS = \
|
||||||
|
mainloop-test \
|
||||||
|
strlist-test \
|
||||||
|
close-test \
|
||||||
|
voltest \
|
||||||
|
memblockq-test \
|
||||||
|
channelmap-test \
|
||||||
|
thread-mainloop-test \
|
||||||
|
utf8-test \
|
||||||
|
get-binary-name-test \
|
||||||
|
ipacl-test \
|
||||||
|
hook-list-test \
|
||||||
|
memblock-test \
|
||||||
|
asyncq-test \
|
||||||
|
asyncmsgq-test \
|
||||||
|
queue-test \
|
||||||
|
rtpoll-test \
|
||||||
|
sig2str-test \
|
||||||
|
resampler-test \
|
||||||
|
smoother-test \
|
||||||
|
mix-test \
|
||||||
|
remix-test \
|
||||||
|
envelope-test \
|
||||||
|
proplist-test \
|
||||||
|
lock-autospawn-test \
|
||||||
|
prioq-test
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
mainloop-test \
|
mainloop-test \
|
||||||
mcalign-test \
|
mcalign-test \
|
||||||
|
|
@ -256,12 +285,17 @@ noinst_PROGRAMS = \
|
||||||
prioq-test
|
prioq-test
|
||||||
|
|
||||||
if HAVE_SIGXCPU
|
if HAVE_SIGXCPU
|
||||||
|
#TESTS += \
|
||||||
|
# cpulimit-test \
|
||||||
|
# cpulimit-test2
|
||||||
noinst_PROGRAMS += \
|
noinst_PROGRAMS += \
|
||||||
cpulimit-test \
|
cpulimit-test \
|
||||||
cpulimit-test2
|
cpulimit-test2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_GLIB20
|
if HAVE_GLIB20
|
||||||
|
TESTS += \
|
||||||
|
mainloop-test-glib
|
||||||
noinst_PROGRAMS += \
|
noinst_PROGRAMS += \
|
||||||
mainloop-test-glib
|
mainloop-test-glib
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue