]> git.sesse.net Git - ffmpeg/commitdiff
build: tune down the output of lcov/gcov
authorReinhard Tartler <siretart@tauware.de>
Sun, 21 Apr 2013 17:08:59 +0000 (19:08 +0200)
committerReinhard Tartler <siretart@tauware.de>
Sat, 4 May 2013 07:34:58 +0000 (09:34 +0200)
In the default settings, both tools produce a lot of unhelpful noise.

tests/Makefile

index 0495132c89532b6a2219f3f09d16a9df38f09f10..86b7503c935bfcee1b0042dc15193cb0c432f6e6 100644 (file)
@@ -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: