Commit a08b5d7b authored by Diego Biurrun's avatar Diego Biurrun

build: Silence the lcov-reset target

parent 75b90ef7
......@@ -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
......
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