projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Verbose output for make test
[linpy.git]
/
Makefile
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: