[svn] added many new tests to jinja

--HG--
branch : trunk
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)