projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6c252
)
Makefile: explicitly pass $(SRC_PATH) to gcovr
author
Alex Bennée
<alex.bennee@linaro.org>
Mon, 11 Mar 2019 16:12:53 +0000
(16:12 +0000)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000
(17:05 +0000)
In an out-of-tree build gcovr can get quite confused about what is
going on otherwise.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6ccb8639b08aae3b31d2a1744886aa73b653f9f3..7202ac76dccdb7ccfd80b03ccec065eb3418364e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-964,7
+964,7
@@
$(filter %.1 %.7 %.8,$(DOCS)): scripts/texi2pod.pl
%/coverage-report.html:
@mkdir -p $*
$(call quiet-command,\
- gcovr -p --html --html-details -o $@, \
+ gcovr -
r $(SRC_PATH) -
p --html --html-details -o $@, \
"GEN", "coverage-report.html")
.PHONY: coverage-report