Merge pull request #10450 from bjwtaylor/move-lcov

Remove lcov.sh as this will be moved to the framework
This commit is contained in:
Manuel Pégourié-Gonnard
2025-11-06 11:11:59 +00:00
committed by GitHub
5 changed files with 6 additions and 102 deletions

View File

@@ -489,9 +489,9 @@ if(ENABLE_TESTING)
# 2. Run the relevant tests for the part of the code you're interested in.
# For the reference coverage measurement, see
# tests/scripts/basic-build-test.sh
# 3. Run scripts/lcov.sh to generate an HTML report.
# 3. Run ${MBEDTLS_FRAMEWORK_DIR}/scripts/lcov.sh to generate an HTML report.
ADD_CUSTOM_TARGET(lcov
COMMAND scripts/lcov.sh
COMMAND ${MBEDTLS_FRAMEWORK_DIR}/scripts/lcov.sh
)
ADD_CUSTOM_TARGET(memcheck