doc: Added running functional tests in valgrind

This commit is contained in:
Elichai Turkel 2019-12-30 12:38:08 +02:00 committed by GitHub
parent b931f61b9a
commit 155a11f897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,6 +250,7 @@ $ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
$ valgrind --suppressions=contrib/valgrind.supp --leak-check=full \
--show-leak-kinds=all src/test/test_bitcoin --log_level=test_suite
$ valgrind -v --leak-check=full src/bitcoind -printtoconsole
$ ./test/functional/test_runner.py --valgrind
```
### Compiling for test coverage