tests: Revisit which tests to run with make check

Some tests (remix-test, sig2str) only display information, so they are not
useful for automated testing.  Others (interpol-test, once-test, thread-test)
do return an error on failure, so should be included in TESTS.
This commit is contained in:
Maarten Bosmans 2011-10-04 14:12:20 +02:00 committed by Arun Raghavan
parent 07dd717bc0
commit bca44b7700

View file

@ -233,12 +233,11 @@ TESTS = \
asyncmsgq-test \
queue-test \
rtpoll-test \
sig2str-test \
resampler-test \
smoother-test \
thread-test \
volume-test \
mix-test \
remix-test \
proplist-test \
lock-autospawn-test \
prioq-test
@ -250,9 +249,10 @@ TESTS_norun = \
extended-test \
sync-playback \
interpol-test \
thread-test \
flist-test \
remix-test \
rtstutter \
sig2str-test \
stripnul \
connect-stress \
echo-cancel-test
@ -264,7 +264,7 @@ TESTS += \
endif
if !OS_IS_DARWIN
TESTS_norun += \
TESTS += \
once-test
endif