diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-08-12 17:15:49 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-08-16 21:39:31 +0200 |
commit | 84e2462ccf0af7e48c8ac7cbea6a37a077af0e11 (patch) | |
tree | 96a517c25473ab106e2934e90164b5fc15c182a8 /doc/developer-notes.md | |
parent | e526ca6284b9e13be1b912b80dd73a34e739b539 (diff) |
contrib: Add Valgrind suppressions file
Includes known Valgrind warnings in our dependencies that cannot be fixed in-tree.
Example use:
```
$ 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
```
Diffstat (limited to 'doc/developer-notes.md')
0 files changed, 0 insertions, 0 deletions