Move the Makefile targets _test{,_prep,_tty,_notty} into a script runtests.
authorNicholas Clark <nick@ccl4.org>
Sun, 20 Sep 2009 20:46:58 +0000 (21:46 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 20 Sep 2009 20:46:58 +0000 (21:46 +0100)
commit9988b539d419b6c4e886f8919681acc06cd5d04a
tree4bab6e0f82bb63b9eade9e8a14e5bb85d3adb349
parent199863e7695677ad5c17a1011983f3a2354d23b1
Move the Makefile targets _test{,_prep,_tty,_notty} into a script runtests.

This avoids a recursive call to $(MAKE) in the top level directory, which feels
over-complicated when all the targets invoked have no dependencies.
MANIFEST
Makefile.SH
runtests.SH [new file with mode: 0644]