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 b931f61 commit 155a11fCopy full SHA for 155a11f
doc/developer-notes.md
@@ -250,6 +250,7 @@ $ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
250
$ valgrind --suppressions=contrib/valgrind.supp --leak-check=full \
251
--show-leak-kinds=all src/test/test_bitcoin --log_level=test_suite
252
$ valgrind -v --leak-check=full src/bitcoind -printtoconsole
253
+$ ./test/functional/test_runner.py --valgrind
254
```
255
256
### Compiling for test coverage
0 commit comments