Automatically run all test cases.

In the past test/run-test.sh run only one test case per call.
This patch let it automatically run all test cases.
This commit is contained in:
Homer Hsing
2012-09-19 09:34:58 +08:00
committed by Damien Lespiau
parent 1c009349bc
commit 6983eebf47
2 changed files with 81 additions and 12 deletions
+1 -2
View File
@@ -77,8 +77,7 @@ EXTRA_DIST = \
run-test.sh
$(TESTS): run-test.sh
sed "s|TEST|$@|g" ${srcdir}/run-test.sh > $@
chmod +x $@
chmod +x ${srcdir}/run-test.sh
CLEANFILES = \
*.out \