diff options
author | Elichai Turkel <elichai.turkel@gmail.com> | 2019-12-30 12:38:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 12:38:08 +0200 |
commit | 155a11f897c7dfdc891587cc7ddd7c153cbc2a8f (patch) | |
tree | 65e974772d667bdbf11fc3dc8dfc727fbd031e79 /doc | |
parent | b931f61b9ab098ea4ea8fbe4cbf0b03c566c3f63 (diff) |
doc: Added running functional tests in valgrind
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index b50f552e92..767da6a351 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -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 |