]> code.delx.au - pulseaudio/commit
tests: More useful output of make check
authorMaarten Bosmans <mkbosmans@gmail.com>
Tue, 4 Oct 2011 12:01:03 +0000 (14:01 +0200)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 2 Nov 2011 13:56:23 +0000 (19:26 +0530)
commit681aaf7a9a3eaa9e087b276ca1b52a2964e24181
tree2d6bc748b5987f37c00ff91038ef1f1814ba1e2e
parent6be5515e6a456abf35795452bd824e74dbb43dc8
tests: More useful output of make check

Instead of spilling thousands of lines of output, make check now runs the
test-suite in about 100 lines or so.  If running under make check, the output of
tests is reduced. The MAKE_CHECK environment variable is used for this, so that
when running the test manually, the full output is still shown.  Furthermore,
pa_log is used consistently instead of printf, so that all test output goes to
stderr by default.  Colored output from make check goes to stdout.
20 files changed:
configure.ac
src/Makefile.am
src/tests/asyncmsgq-test.c
src/tests/asyncq-test.c
src/tests/get-binary-name-test.c
src/tests/interpol-test.c
src/tests/ipacl-test.c
src/tests/lock-autospawn-test.c
src/tests/memblock-test.c
src/tests/memblockq-test.c
src/tests/mix-test.c
src/tests/once-test.c
src/tests/prioq-test.c
src/tests/proplist-test.c
src/tests/resampler-test.c
src/tests/smoother-test.c
src/tests/thread-mainloop-test.c
src/tests/thread-test.c
src/tests/utf8-test.c
src/tests/voltest.c