From 63fa9eef4a343dc8e22192564221d606824d22fc Mon Sep 17 00:00:00 2001 From: wohlgemuth Date: Mon, 7 Jul 2008 22:37:48 -0700 Subject: [PATCH] added simple target to run all tests --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 75998f96..a00791ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,3 +15,7 @@ clean: tags: ctags -R src || true + +tests: + echo "running tests" + find ./test -type f -name "*.py" -exec python {} \;