File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ and tests weren't explicitly disabled.
22
22
The unit tests can be run with ` ctest --test-dir build ` , which includes unit
23
23
tests from subtrees.
24
24
25
- Run ` test_bitcoin --list_content ` for the full list of tests.
25
+ Run ` build/bin/ test_bitcoin --list_content` for the full list of tests.
26
26
27
27
To run the unit tests manually, launch ` build/bin/test_bitcoin ` . To recompile
28
28
after a test file was modified, run ` cmake --build build ` and then run the test again. If you
@@ -44,7 +44,7 @@ The `test_bitcoin` runner accepts command line arguments from the Boost
44
44
framework. To see the list of arguments that may be passed, run:
45
45
46
46
```
47
- test_bitcoin --help
47
+ build/bin/ test_bitcoin --help
48
48
```
49
49
50
50
For example, to run only the tests in the ` getarg_tests ` file, with full logging:
You can’t perform that action at this time.
0 commit comments