[svn] added jinja doctests and fixed problem with i18n strings in requirements
[jinja2.git] / Makefile
1 #
2 # Jinja Makefile
3 # ~~~~~~~~~~~~~~
4 #
5 # Shortcuts for various tasks.
6 #
7 # :copyright: 2007 by Armin Ronacher.
8 # :license: BSD, see LICENSE for more details.
9 #
10
11 test:
12         @(cd tests; py.test $(TESTS))