From: Reinhard Tartler Date: Sun, 21 Apr 2013 17:08:59 +0000 (+0200) Subject: build: tune down the output of lcov/gcov X-Git-Tag: v10_alpha1~1646 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=768e44d044bc32de1e58c198a3708d186af7e966;p=platform%2Fupstream%2Flibav.git build: tune down the output of lcov/gcov In the default settings, both tools produce a lot of unhelpful noise. --- diff --git a/tests/Makefile b/tests/Makefile index 0495132..86b7503 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -129,11 +129,11 @@ fate-list: coverage.info: TAG = LCOV 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: coverage.info - $(M)genhtml -o $(CURDIR)/lcov $< + $(M)genhtml -q -o $(CURDIR)/lcov $< lcov-reset: TAG = LCOV lcov-reset: