summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-05 10:18:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-05 10:18:41 +0200
commitfbede75a2580ed3561128fcaef206f58be3b010f (patch)
treeae919096f934acc1b03b591b45d4cfc65604774d /tests/Makefile
parentd82729e5d929ba2a5bb421825c40c31d96f91c27 (diff)
parent768e44d044bc32de1e58c198a3708d186af7e966 (diff)
Merge commit '768e44d044bc32de1e58c198a3708d186af7e966'
* commit '768e44d044bc32de1e58c198a3708d186af7e966': build: tune down the output of lcov/gcov Conflicts: tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 6daf095a75..60439c9420 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -166,12 +166,12 @@ fate-list:
coverage.info: TAG = LCOV
coverage.info:
- $(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture | sed -e 's#/./#/#g' > $@
+ $(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture | sed -e 's#/./#/#g' > $@
$(M)lcov --remove $@ "/usr*" -o $@
lcov: TAG = GENHTML
lcov: coverage.info
- $(M)genhtml -o $(CURDIR)/lcov $<
+ $(M)genhtml -q -o $(CURDIR)/lcov $<
lcov-reset: TAG = LCOV
lcov-reset: