Skip to content

Commit e64b2f1

Browse files
committed
doc: cmake: prepend and explain "build/" where needed
1 parent df3f63c commit e64b2f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ and extending unit tests can be found in [/src/test/README.md](/src/test/README.
5353

5454
There are also [regression and integration tests](/test), written
5555
in Python.
56-
These tests can be run (if the [test dependencies](/test) are installed) with: `test/functional/test_runner.py`
56+
These tests can be run (if the [test dependencies](/test) are installed) with: `build/test/functional/test_runner.py`
57+
(assuming `build` is your build directory).
5758

5859
The CI (Continuous Integration) systems make sure that every pull request is built for Windows, Linux, and macOS,
5960
and that unit/sanity tests are run automatically.

test/functional/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ that file and modify to fit your needs.
1010

1111
#### Coverage
1212

13-
Running `test/functional/test_runner.py` with the `--coverage` argument tracks which RPCs are
13+
Assuming the build directory is `build`,
14+
running `build/test/functional/test_runner.py` with the `--coverage` argument tracks which RPCs are
1415
called by the tests and prints a report of uncovered RPCs in the summary. This
1516
can be used (along with the `--extended` argument) to find out which RPCs we
1617
don't have test cases for.

0 commit comments

Comments
 (0)