X-Git-Url: https://svn.cri.ensmp.fr/git/linpy.git/blobdiff_plain/761f6ea2d8c7e03b1b17d8b5ffe5dab407104fee..8feb7c96080be961182c115f4255f70b6b933be5:/Makefile

diff --git a/Makefile b/Makefile
index 6bc97f3..f2f5e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ build:
 
 .PHONY: test
 test: build
-	$(PYTHON) -m unittest
+	$(PYTHON) -m unittest -v
 
 .PHONY: clean
 clean: