shithub: aubio

Download patch

ref: 597a789f8b12bfc642671e9227bf5eca44ce08c2
parent: 1700a2d886b0ecf4b7b6008877fbeadd38cab0dc
author: Paul Brossier <piem@piem.org>
date: Thu Apr 21 23:14:16 EDT 2016

Makefile: make tests verbose

--- a/Makefile
+++ b/Makefile
@@ -26,13 +26,13 @@
 
 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: