From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Mon, 23 Jun 2014 15:41:14 +0000 (+0200)
Subject: Verbose output for make test
X-Git-Tag: 1.0~215
X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/8feb7c96080be961182c115f4255f70b6b933be5

Verbose output for make test
---

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: