summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-04-11 16:21:36 +0200
committerDiego Biurrun <diego@biurrun.de>2016-04-21 14:29:43 +0200
commita08b5d7b5725932f4ad39e95c5d6589392dee2c6 (patch)
treed0bd1255423acec06ac87b8597e03f95d22702a8 /tests
parent75b90ef722b7cdfc70118ab987e298d087aae693 (diff)
build: Silence the lcov-reset target
Diffstat (limited to 'tests')
-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