[FFmpeg-cvslog] coverage: filter /usr/include out

Michael Niedermayer git at videolan.org
Sat Apr 6 13:52:29 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Apr  6 13:47:17 2013 +0200| [ff50b08304fe0fd5211f4fb7a222843162994ff5] | committer: Michael Niedermayer

coverage: filter /usr/include out

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff50b08304fe0fd5211f4fb7a222843162994ff5
---

 tests/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile b/tests/Makefile
index 9dfd343..08a8581 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -163,6 +163,7 @@ fate-list:
 coverage.info: TAG = LCOV
 coverage.info:
 	$(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture | sed -e 's#/./#/#g' > $@
+	$(M)lcov --remove $@ "/usr*" -o $@
 
 lcov:  TAG = GENHTML
 lcov: coverage.info



More information about the ffmpeg-cvslog mailing list