blob: 64f448a9cd73a4248dfe613589bcd6d6d97f69fd [file] [log] [blame]
#
# Jinja Makefile
# ~~~~~~~~~~~~~~
#
# Shortcuts for various tasks.
#
# :copyright: 2007 by Armin Ronacher.
# :license: BSD, see LICENSE for more details.
#
test:
@(cd tests; py.test $(TESTS))