]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - makefile
octonions: alias abs() to norm().
[sage.d.git] / makefile
index 858d0673cca758611b73b50f6025a05b3d2ccf16..b4a41e4fa365cfb61761c8ec58870e1ed4eb856d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,7 @@
 SAGE = $(shell which sage)
 
 check:
-       PYTHONPATH="." $(SAGE) -t mjo/
+       PYTHONPATH="." $(SAGE) -t --timeout=0 --memlimit=0 --long --exitfirst mjo/
 clean:
        find ./ -type f -name '*.pyc' -delete
+       find ./ -type d -name '__pycache__' -delete