diff --git a/tests/Makefile b/tests/Makefile index 86b7503c93..939490b349 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -129,7 +129,9 @@ fate-list: coverage.info: TAG = LCOV coverage.info: - $(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture -o $@ + $(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture | \ + sed "s,$(CURDIR)/\./,$(CURDIR)/," > $@ + $(M)lcov -q --remove $@ "/usr/include*" -o $@ lcov: TAG = GENHTML lcov: coverage.info