提交 08a742c8 编写于 作者: A Alex Bennée

Makefile: explicitly pass $(SRC_PATH) to gcovr

In an out-of-tree build gcovr can get quite confused about what is
going on otherwise.
Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
上级 2f6c2526
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册