]> git.ipfire.org Git - thirdparty/qemu.git/commit
Makefile.target: support per-target coverage reports
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 30 Apr 2019 13:44:10 +0000 (14:44 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:51 +0000 (10:28 +0100)
commit90e671a9b2a92ec80d671c249f6bdb876bf37d5f
treec3a1ad8beae46e312a7cc7a570825ea05a5852c8
parent5eda6e42cce506658f40aed6e40a8fed47ca5ad6
Makefile.target: support per-target coverage reports

Add support for generating a single targets coverage report. Execute:

  make coverage-report

In the target build directory. This coverage report only cares about
target specific blobs so only searches the target build subdirectory.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Makefile.target