add a target for running only one test
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 24 Oct 2005 14:53:36 -0700
changeset 1426 e84c69b43cdb
parent 1425 8fe4116b3253
child 1427 0980d77f5e9a
add a target for running only one test
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