summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-06 13:47:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-06 13:47:17 +0200
commitff50b08304fe0fd5211f4fb7a222843162994ff5 (patch)
tree691e28ffdffe559bce076696c92358e632ef71b4 /tests/Makefile
parent32bac65ba0bece53dcc28ec7ba3f678963485c9a (diff)
coverage: filter /usr/include out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9dfd343ef2..08a85813af 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