summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2007-05-21 16:44:26 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2007-05-21 16:44:26 +0200
commitccf284bd2fdd400588aa9d9df3ca929917f4a162 (patch)
tree817d7bf69f3b521be10c2c8135b6d3559d000494 /Makefile
parent25d3322c4bdb8389b91a2c340b455ca2dfa8dcf3 (diff)
downloadjinja2-ccf284bd2fdd400588aa9d9df3ca929917f4a162.tar.gz
[svn] added many new tests to jinja
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca294d9..8f40d47 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@
test:
@(cd tests; py.test $(TESTS))
+test-coverage:
+ @(cd tests; py.test -C $(TESTS))
+
documentation:
@(cd docs; ./generate.py)