[FFmpeg-cvslog] build: tune down the output of lcov/gcov

Reinhard Tartler git at videolan.org
Sun May 5 10:24:05 CEST 2013


ffmpeg | branch: master | Reinhard Tartler <siretart at tauware.de> | Sun Apr 21 19:08:59 2013 +0200| [768e44d044bc32de1e58c198a3708d186af7e966] | committer: Reinhard Tartler

build: tune down the output of lcov/gcov

In the default settings, both tools produce a lot of unhelpful noise.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=768e44d044bc32de1e58c198a3708d186af7e966
---

 tests/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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:



More information about the ffmpeg-cvslog mailing list