]> CRI, Mines Paris - PSL - linpy.git/blobdiff - Makefile
README on how to run examples
[linpy.git] / Makefile
index 6bc97f3384516d5e08071369600a0d7cb931b864..687d36b46a952ab8615200a824b0a2d12ec29289 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,9 @@ build:
 
 .PHONY: test
 test: build
-       $(PYTHON) -m unittest
+       $(PYTHON) -m unittest -v
 
 .PHONY: clean
 clean:
-       $(RM) build dist MANIFEST venv
-       $(RM) $(NAME).egg-info $(NAME)/_isl.*.so $(NAME)/__pycache__
-       $(RM) tests/__pycache__
+       $(RM) build dist MANIFEST venv $(NAME).egg-info
+       $(RM) $(NAME)/_islhelper.*.so $(NAME)/__pycache__ $(NAME)/tests/__pycache__