From 3ace58c648370f55b2cdbb6826f1c47c7b2e8a6e Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 11 Mar 2020 10:21:02 -0400 Subject: [PATCH] Merge #17833: doc: Added running functional tests in valgrind 155a11f897c7dfdc891587cc7ddd7c153cbc2a8f doc: Added running functional tests in valgrind (Elichai Turkel) Pull request description: Technically the notes only show an "example" of how to run valgrind with the suppression file, but now that https://github.com/bitcoin/bitcoin/pull/17633 is merged then maybe this can encourage more people to run also the functional tests in valgrind Top commit has no ACKs. Tree-SHA512: b8417249b720d0ed5e10b732648f2e07e8889bfc7aa7e94192d1c049b4b7837971678d30c535f273c227848f1290cf11e14369fd6c1924b734f2e47e2af41401 --- doc/developer-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index c908916c203b40..34933ec09d2313 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -256,6 +256,7 @@ $ valgrind --suppressions=contrib/valgrind.supp src/test/test_dash $ valgrind --suppressions=contrib/valgrind.supp --leak-check=full \ --show-leak-kinds=all src/test/test_dash --log_level=test_suite $ valgrind -v --leak-check=full src/dashd -printtoconsole +$ ./test/functional/test_runner.py --valgrind ``` ### Compiling for test coverage