We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c23041 commit 784a87eCopy full SHA for 784a87e
src/test/README.md
@@ -110,7 +110,8 @@ see `uint256_tests.cpp`.
110
111
### Logging and debugging in unit tests
112
113
-`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
114
+additionaly use the `--output-on-failure` option to display logs of the failed tests automatically
115
on failure. For running individual tests verbosely, refer to the section
116
[above](#running-individual-tests).
117
0 commit comments