Verbose output for make test
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Mon, 23 Jun 2014 15:41:14 +0000 (17:41 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Mon, 23 Jun 2014 15:42:25 +0000 (17:42 +0200)
Makefile

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