Commit ff50b083 authored by Michael Niedermayer's avatar Michael Niedermayer

coverage: filter /usr/include out

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 32bac65b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment