projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42979eb
)
fab -> make
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 26 Jul 2009 09:08:57 +0000
(11:08 +0200)
committer
Armin 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]
patch
|
blob
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