diff options
author | Larry Ruane <larryruane@gmail.com> | 2024-09-09 21:42:57 -0600 |
---|---|---|
committer | Larry Ruane <larryruane@gmail.com> | 2024-10-11 11:24:21 -0600 |
commit | e64b2f1a16e8d0ad2cd181d84e3b70312e3cdf33 (patch) | |
tree | 1c6d4d4c67e59a3bb2d298b394276b241b679722 /test | |
parent | df3f63ccfa0338ee38644b4a3c48f721fc28c2a2 (diff) |
doc: cmake: prepend and explain "build/" where needed
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md index a4994f2e7c..a34bf1827c 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -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. |