Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-04-11 17:21:36 +0300
committerDiego Biurrun <diego@biurrun.de>2016-04-21 15:29:43 +0300
commita08b5d7b5725932f4ad39e95c5d6589392dee2c6 (patch)
treed0bd1255423acec06ac87b8597e03f95d22702a8 /tests/Makefile
parent75b90ef722b7cdfc70118ab987e298d087aae693 (diff)
build: Silence the lcov-reset target
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2ff3f834bf..82b7e0fc5e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -162,7 +162,7 @@ lcov: coverage.info
lcov-reset: TAG = LCOV
lcov-reset:
- $(M)lcov -d $(CURDIR) --zerocounters
+ $(M)lcov -q -d $(CURDIR) --zerocounters
$(Q)$(RM) -f coverage.info
clean:: testclean