Commit 768e44d0 authored by Reinhard Tartler's avatar Reinhard Tartler

build: tune down the output of lcov/gcov

In the default settings, both tools produce a lot of unhelpful noise.
parent 69467fb6
...@@ -129,11 +129,11 @@ fate-list: ...@@ -129,11 +129,11 @@ fate-list:
coverage.info: TAG = LCOV coverage.info: TAG = LCOV
coverage.info: coverage.info:
$(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture -o $@ $(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture -o $@
lcov: TAG = GENHTML lcov: TAG = GENHTML
lcov: coverage.info lcov: coverage.info
$(M)genhtml -o $(CURDIR)/lcov $< $(M)genhtml -q -o $(CURDIR)/lcov $<
lcov-reset: TAG = LCOV lcov-reset: TAG = LCOV
lcov-reset: lcov-reset:
......
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