Skip to content

Commit a6e59a9

Browse files
authored
Merge pull request #10450 from bjwtaylor/move-lcov
Remove lcov.sh as this will be moved to the framework
2 parents 5dae448 + 4b8d9d4 commit a6e59a9

File tree

5 files changed

+6
-102
lines changed

5 files changed

+6
-102
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ if(ENABLE_TESTING)
489489
# 2. Run the relevant tests for the part of the code you're interested in.
490490
# For the reference coverage measurement, see
491491
# tests/scripts/basic-build-test.sh
492-
# 3. Run scripts/lcov.sh to generate an HTML report.
492+
# 3. Run ${MBEDTLS_FRAMEWORK_DIR}/scripts/lcov.sh to generate an HTML report.
493493
ADD_CUSTOM_TARGET(lcov
494-
COMMAND scripts/lcov.sh
494+
COMMAND ${MBEDTLS_FRAMEWORK_DIR}/scripts/lcov.sh
495495
)
496496

497497
ADD_CUSTOM_TARGET(memcheck

framework

scripts/lcov.sh

Lines changed: 0 additions & 96 deletions
This file was deleted.

scripts/legacy.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ ifndef WINDOWS
154154
# 2. Run the relevant tests for the part of the code you're interested in.
155155
# For the reference coverage measurement, see
156156
# tests/scripts/basic-build-test.sh
157-
# 3. Run scripts/lcov.sh to generate an HTML report.
157+
# 3. Run framework/scripts/lcov.sh to generate an HTML report.
158158
lcov:
159-
scripts/lcov.sh
159+
framework/scripts/lcov.sh
160160

161161
apidoc:
162162
mkdir -p apidoc

tf-psa-crypto

Submodule tf-psa-crypto updated 127 files

0 commit comments

Comments
 (0)