Add a convenience script to run the tests
commit8642f459a206e9bf148a7c7778b8fa807e60d24a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 17:28:10 +0000 (6 18:28 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 17:28:10 +0000 (6 18:28 +0100)
treec9d08df98a36e204a33679a40ac9f6d61d6cf195
parent0eec28bbb08078898b9b700f91320aff74c74e82
Add a convenience script to run the tests

This script, run-tests.sh, runs the tests and collects the really verbose
output of the failed tests in /tmp/failed-tests.out.

To give you an idea where it is, it shows you _just_ the name of the
test it currently runs, and puts the result beside it (with some colouring
so that you see at once what is happening).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
bin/run-tests.sh [new file with mode: 0644]