doc: cmake: prepend and explain "build/" where needed

This commit is contained in:
Larry Ruane
2024-09-09 21:42:57 -06:00
parent df3f63ccfa
commit e64b2f1a16
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ that file and modify to fit your needs.
#### Coverage
Running `test/functional/test_runner.py` with the `--coverage` argument tracks which RPCs are
Assuming the build directory is `build`,
running `build/test/functional/test_runner.py` with the `--coverage` argument tracks which RPCs are
called by the tests and prints a report of uncovered RPCs in the summary. This
can be used (along with the `--extended` argument) to find out which RPCs we
don't have test cases for.