1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-23 00:02:39 +03:00

Update lcov.sh paths in make files

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-10-17 09:20:46 +01:00
parent 6d4abb4377
commit 82d2fb8720
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -193,9 +193,9 @@ ifndef WINDOWS
# 2. Run the relevant tests for the part of the code you're interested in. # 2. Run the relevant tests for the part of the code you're interested in.
# For the reference coverage measurement, see # For the reference coverage measurement, see
# tests/scripts/basic-build-test.sh # tests/scripts/basic-build-test.sh
# 3. Run scripts/lcov.sh to generate an HTML report. # 3. Run framework/scripts/lcov.sh to generate an HTML report.
lcov: lcov:
scripts/lcov.sh framework/scripts/lcov.sh
apidoc: apidoc:
mkdir -p apidoc mkdir -p apidoc