shithub: aubio

Download patch

ref: bde4f641feff4cabff716064342ce600d762ce4d
parent: 2b242afe464631ac48a6ac8d94f8b60ec023de44
author: Paul Brossier <piem@piem.org>
date: Fri Nov 30 10:06:57 EST 2018

[make] show tests/ in coverage reports

--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,7 @@
 	lcov $(LCOVOPTS) -a build/coverage_python.info -a build/coverage_lib.info \
 		--output-file build/coverage.info
 	# remove tests
-	lcov $(LCOVOPTS) --remove build/coverage.info '*/tests/*' '*/ooura_fft8g*' \
+	lcov $(LCOVOPTS) --remove build/coverage.info '*/ooura_fft8g*' \
 		--output-file build/coverage_lib.info
 
 # make sure we don't build the doc, which builds a temporary python module