Disabled memory tests by default

This commit is contained in:
Armin Ronacher 2013-05-14 11:51:38 +01:00
parent 335e0af731
commit 574a97cd70
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,13 @@
.PHONY: clean-pyc ext-test test upload-docs docs audit
.PHONY: clean-pyc ext-test test test-with-mem upload-docs docs audit
all: clean-pyc test
test:
python run-tests.py
test-with-mem:
RUN_FLASK_MEMORY_TESTS=1 python run-tests.py
audit:
python setup.py audit