add a target for running only one test

This commit is contained in:
Benoit Boissinot 2005-10-24 14:53:36 -07:00
parent 3b9b77f616
commit c0239b9f56

View File

@ -18,6 +18,9 @@ dist: tests doc
tests:
cd tests && ./run-tests
test-%:
cd tests && ./run-tests $@
doc:
$(MAKE) -C doc