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