Module: libav Branch: master Commit: a08b5d7b5725932f4ad39e95c5d6589392dee2c6
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Apr 11 16:21:36 2016 +0200 build: Silence the lcov-reset target --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 2ff3f83..82b7e0f 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
