Skip to content

Commit 155a11f

Browse files
authored
doc: Added running functional tests in valgrind
1 parent b931f61 commit 155a11f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ $ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
250250
$ valgrind --suppressions=contrib/valgrind.supp --leak-check=full \
251251
--show-leak-kinds=all src/test/test_bitcoin --log_level=test_suite
252252
$ valgrind -v --leak-check=full src/bitcoind -printtoconsole
253+
$ ./test/functional/test_runner.py --valgrind
253254
```
254255

255256
### Compiling for test coverage

0 commit comments

Comments
 (0)