From a08b5d7b5725932f4ad39e95c5d6589392dee2c6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 11 Apr 2016 16:21:36 +0200 Subject: build: Silence the lcov-reset target --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3