mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
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:
parent
07dd717bc0
commit
bca44b7700
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue