summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2007-03-18 20:47:50 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2007-03-18 20:47:50 +0100
commitab45b845d580299aa680328d8c45ace060465183 (patch)
treee3eefdbb0ef49895ac414682ad6300f2849d5c46 /Makefile
parentaa5adfaa7ed03e97c7113fb9a686064173da8d08 (diff)
downloadjinja2-ab45b845d580299aa680328d8c45ace060465183.tar.gz
[svn] added jinja doctests and fixed problem with i18n strings in requirements
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..64f448a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+#
+# Jinja Makefile
+# ~~~~~~~~~~~~~~
+#
+# Shortcuts for various tasks.
+#
+# :copyright: 2007 by Armin Ronacher.
+# :license: BSD, see LICENSE for more details.
+#
+
+test:
+ @(cd tests; py.test $(TESTS))