coverage: filter /usr/include out

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-04-06 13:47:17 +02:00
parent 32bac65ba0
commit ff50b08304
1 changed files with 1 additions and 0 deletions

View File

@ -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