projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73aac2a
)
Makefile: use './setup.py install' to test
author
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 00:12:26 +0000
(
02:12
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 00:12:26 +0000
(
02:12
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
64f3211
..
779a0d5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,7
+25,7
@@
build_python:
cd python && ./setup.py build
test_python:
- cd python && ./setup.py
develop
&& ./tests/run_all_tests
+ cd python && ./setup.py
install
&& ./tests/run_all_tests
clean_python:
cd python && ./setup.py clean