X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=makefile;h=b4a41e4fa365cfb61761c8ec58870e1ed4eb856d;hp=63b577a3880ddcc48daa0db5ef797bd9c0e8cef3;hb=a339e89c225bb46379332ecb8b0c50b918d34ac6;hpb=bda501114d5c5c907743d60f65157b85df8cb250 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