diff -r 8fe4116b3253 -r e84c69b43cdb Makefile --- a/Makefile Mon Oct 24 14:53:25 2005 -0700 +++ b/Makefile Mon Oct 24 14:53:36 2005 -0700 @@ -18,6 +18,9 @@ tests: cd tests && ./run-tests +test-%: + cd tests && ./run-tests $@ + doc: $(MAKE) -C doc