File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
197197lcov :
198- scripts/lcov.sh
198+ framework/ scripts/lcov.sh
199199
200200apidoc :
201201 mkdir -p apidoc
You can’t perform that action at this time.
0 commit comments