assembler: Revert "Automatically run all test cases."

The tests where supposed to be run through make check, not running the
"run-test.sh" standalone. So revert that patch to have make check work
as intended.

This reverts commit 6983eebf47.
This commit is contained in:
Damien Lespiau
2013-08-20 14:52:05 +01:00
parent 5959b8bb41
commit 497814f2f2
2 changed files with 11 additions and 80 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ EXTRA_DIST = \
run-test.sh
$(TESTS): run-test.sh
chmod +x ${srcdir}/run-test.sh
sed "s|TEST|$@|g" ${srcdir}/run-test.sh > $@
chmod +x $@
CLEANFILES = \
*.out \