commit | e6bf9e65dcf110a21cba33c70ef417f5828e1748 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Mon Jan 20 11:34:24 2020 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Thu Jan 30 14:06:03 2020 +0000 |
tree | 8a3d72e026a229714c2b2ae4a0db7ddd5ccbb823 | |
parent | a71757b3fda3ed98273bd0acd5ad0222ac69e4f2 [diff] |
Add code coverage measurement feature The COVERAGE CMake option enables the code coverage features of the compiler and adds additional targets for generating LCOV coverage info files and HTML based coverage reports. The feature is currently only supported by the GCC compiler. Change-Id: I4481a9ac3c7a4b2d3a94d6cb26579b6bd14f3557 Signed-off-by: Imre Kis <imre.kis@arm.com>