tests: add a test summary to "make test"
commit43b4794db74fe9c89157fa6184e59ee2ba76cab5
authorDavid Aguilar <davvid@gmail.com>
Thu, 1 May 2008 09:39:06 +0000 (1 02:39 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 1 May 2008 09:39:06 +0000 (1 02:39 -0700)
tree5669846f520b4c302011a1178226ecfcd5ce5241
parentd484f1c012549093169e84e0aad0934c52aa70af
tests: add a test summary to "make test"

"make test" now prints a summary at the end of a run.
"make test" exits on the first error it encounters.

To force running all tests, use:
make RUN_ALL=1 test

Signed-off-by: David Aguilar <davvid@gmail.com>
t/run_tests