From: Paul Brossier Date: Fri, 30 Nov 2018 14:06:57 +0000 (+0100) Subject: [make] show tests/ in coverage reports X-Git-Tag: 0.4.9~136 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=bde4f641feff4cabff716064342ce600d762ce4d;p=aubio.git [make] show tests/ in coverage reports --- diff --git a/Makefile b/Makefile index c23d57e6..0f81a416 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ coverage: force_uninstall_python deps_python \ 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