diff options
author | Derek Buitenhuis | 2016-05-12 14:28:17 +0100 |
---|---|---|
committer | Derek Buitenhuis | 2016-05-12 14:28:23 +0100 |
commit | d4acf9f2dd2aba8fa84ad58df0abf5c9353b4f6a (patch) | |
tree | c9ef0a8283acf4dcf6b5f83658982f9c404acac4 /tests/Makefile | |
parent | 1549ca42672feb7a19abe2593a3a9ed891dfdd90 (diff) | |
parent | a08b5d7b5725932f4ad39e95c5d6589392dee2c6 (diff) |
Merge commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6'
* commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6':
build: Silence the lcov-reset target
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index c3e5ea91ae..e72b8df6d0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -229,7 +229,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 |