X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=b4a41e4fa365cfb61761c8ec58870e1ed4eb856d;hb=7dc61e259969f86d4f31706fcfe411e1677389f2;hp=63b577a3880ddcc48daa0db5ef797bd9c0e8cef3;hpb=a4f0908c2216ff989161d33873102805d1c6aabd;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