diff Makefile @ 1426:e84c69b43cdb

add a target for running only one test
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 24 Oct 2005 14:53:36 -0700
parents 76239f0cb0dc
children 8a2a7f7d9df6
line wrap: on
line diff
--- 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