Commit d4acf9f2 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit 'a08b5d7b'

* commit 'a08b5d7b':
  build: Silence the lcov-reset target
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 1549ca42 a08b5d7b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment