blob: 64f448a9cd73a4248dfe613589bcd6d6d97f69fd [file] [log] [blame]
Armin Ronacherab45b842007-03-18 20:47:50 +01001#
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
11test:
12 @(cd tests; py.test $(TESTS))