X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=b4a41e4fa365cfb61761c8ec58870e1ed4eb856d;hb=ba5106550a9a614c6b6f7a2941ddce91ab592934;hp=63b577a3880ddcc48daa0db5ef797bd9c0e8cef3;hpb=bda501114d5c5c907743d60f65157b85df8cb250;p=sage.d.git diff --git a/makefile b/makefile index 63b577a..b4a41e4 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ SAGE = $(shell which sage) check: - PYTHONPATH="." $(SAGE) -t --timeout=0 --long --exitfirst mjo/ + PYTHONPATH="." $(SAGE) -t --timeout=0 --memlimit=0 --long --exitfirst mjo/ clean: find ./ -type f -name '*.pyc' -delete find ./ -type d -name '__pycache__' -delete