Skip to content

Commit

Permalink
doc: Added running functional tests in valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Dec 30, 2019
1 parent b931f61 commit 155a11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/developer-notes.md
Expand Up @@ -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
Expand Down

0 comments on commit 155a11f

Please sign in to comment.