aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2019-12-30 12:38:08 +0200
committerGitHub <noreply@github.com>2019-12-30 12:38:08 +0200
commit155a11f897c7dfdc891587cc7ddd7c153cbc2a8f (patch)
tree65e974772d667bdbf11fc3dc8dfc727fbd031e79 /doc/developer-notes.md
parentb931f61b9ab098ea4ea8fbe4cbf0b03c566c3f63 (diff)
downloadbitcoin-155a11f897c7dfdc891587cc7ddd7c153cbc2a8f.tar.xz
doc: Added running functional tests in valgrind
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md1
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