From 155a11f897c7dfdc891587cc7ddd7c153cbc2a8f Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 30 Dec 2019 12:38:08 +0200 Subject: doc: Added running functional tests in valgrind --- doc/developer-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/developer-notes.md') 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 -- cgit v1.2.3