Skip to content

Commit

Permalink
fixup! doc: Update for CMake-based build system
Browse files Browse the repository at this point in the history
Describe log output for failed tests.
  • Loading branch information
hebasto committed Aug 14, 2024
1 parent 7c23041 commit 784a87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ see `uint256_tests.cpp`.
### Logging and debugging in unit tests
`make check` will write to a log file `foo_tests.cpp.log` and display this file
`ctest --test-dir build` will write to a log file `build/Testing/Temporary/LastTest.log`. You can
additionaly use the `--output-on-failure` option to display logs of the failed tests automatically
on failure. For running individual tests verbosely, refer to the section
[above](#running-individual-tests).
Expand Down

0 comments on commit 784a87e

Please sign in to comment.