projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
761f6ea
)
Verbose output for make test
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 23 Jun 2014 15:41:14 +0000
(17:41 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 23 Jun 2014 15:42:25 +0000
(17:42 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6bc97f3
..
f2f5e9c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,7
+21,7
@@
build:
.PHONY: test
test: build
- $(PYTHON) -m unittest
+ $(PYTHON) -m unittest
-v
.PHONY: clean
clean: