projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tests managed by setuptools
[linpy.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
735d08a
..
8da4079
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,8
+20,8
@@
build:
$(SETUP) build_ext --inplace
.PHONY: test
-test:
build
- $(
PYTHON) -m unittest -v
+test:
+ $(
SETUP) test
.PHONY: doc
doc: