build-sys: do not run coverage if build failed

This commit is contained in:
Ronny Chevalier 2014-06-23 21:28:23 +02:00 committed by Tom Gundersen
parent e80cde5e96
commit 5549f483d0

View file

@ -1635,7 +1635,7 @@ test_conf_files_LDADD = \
.PHONY: coverage lcov-run lcov-report coverage-sync
# run lcov from scratch, always
coverage:
coverage: all
$(MAKE) lcov-run
$(MAKE) lcov-report