build: Silence the lcov-reset target

pull/213/head
Diego Biurrun 9 years ago
parent 75b90ef722
commit a08b5d7b57
  1. 2
      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

Loading…
Cancel
Save