From: Paul Brossier Date: Fri, 22 Apr 2016 01:14:16 +0000 (+0200) Subject: Makefile: make tests verbose X-Git-Tag: 0.4.4~300^2~254 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=597a789f8b12bfc642671e9227bf5eca44ce08c2;p=aubio.git Makefile: make tests verbose --- diff --git a/Makefile b/Makefile index b8d6c628..dc01ebe6 100644 --- a/Makefile +++ b/Makefile @@ -26,13 +26,13 @@ build_python: test_python: cd python && pip install -v . - LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests + LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests --verbose cd python && pip uninstall -y -v aubio test_python_osx: cd python && pip install --user -v . [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true - ./python/tests/run_all_tests + ./python/tests/run_all_tests --verbose cd python && pip uninstall -y -v aubio clean_python: