mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
doc: Added running functional tests in valgrind
This commit is contained in:
parent
b931f61b9a
commit
155a11f897
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue