Merge commit '768e44d044'
* commit '768e44d044':
build: tune down the output of lcov/gcov
Conflicts:
tests/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
fbede75a25
1 changed files with 2 additions and 2 deletions
|
|
@ -166,12 +166,12 @@ fate-list:
|
|||
|
||||
coverage.info: TAG = LCOV
|
||||
coverage.info:
|
||||
$(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture | sed -e 's#/./#/#g' > $@
|
||||
$(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture | sed -e 's#/./#/#g' > $@
|
||||
$(M)lcov --remove $@ "/usr*" -o $@
|
||||
|
||||
lcov: TAG = GENHTML
|
||||
lcov: coverage.info
|
||||
$(M)genhtml -o $(CURDIR)/lcov $<
|
||||
$(M)genhtml -q -o $(CURDIR)/lcov $<
|
||||
|
||||
lcov-reset: TAG = LCOV
|
||||
lcov-reset:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue