fab -> make
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 26 Jul 2009 09:08:57 +0000 (11:08 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 26 Jul 2009 09:08:57 +0000 (11:08 +0200)
--HG--
branch : trunk

Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..cfc315c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+test:
+       cd tests; nosetests -v
+
+.PHONY: test