Skip to content

Commit 8eba148

Browse files
author
Ben Taylor
committed
Update lcov.sh paths in make files
Signed-off-by: Ben Taylor <[email protected]>
1 parent 7236443 commit 8eba148

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ if(ENABLE_TESTING)
443443
# 2. Run the relevant tests for the part of the code you're interested in.
444444
# For the reference coverage measurement, see
445445
# tests/scripts/basic-build-test.sh
446-
# 3. Run scripts/lcov.sh to generate an HTML report.
446+
# 3. Run framework/scripts/lcov.sh to generate an HTML report.
447447
ADD_CUSTOM_TARGET(lcov
448-
COMMAND scripts/lcov.sh
448+
COMMAND framework/scripts/lcov.sh
449449
)
450450

451451
ADD_CUSTOM_TARGET(memcheck

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ ifndef WINDOWS
193193
# 2. Run the relevant tests for the part of the code you're interested in.
194194
# For the reference coverage measurement, see
195195
# tests/scripts/basic-build-test.sh
196-
# 3. Run scripts/lcov.sh to generate an HTML report.
196+
# 3. Run framework/scripts/lcov.sh to generate an HTML report.
197197
lcov:
198-
scripts/lcov.sh
198+
framework/scripts/lcov.sh
199199

200200
apidoc:
201201
mkdir -p apidoc

0 commit comments

Comments
 (0)