diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-02-24 20:35:10 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-02-25 17:04:03 +0000 |
commit | 2a6a6ea0f5b97cba95b5678268d638c81764b9b1 (patch) | |
tree | cb2d6869bedae84f96f7b91a0f62ae9a3026ff12 /test/fuzz/test_runner.py | |
parent | ab9de435880c9d77e4137b65050591ef2d14f809 (diff) |
tests: Add fuzzing harness for bloom filter class CBloomFilter
Diffstat (limited to 'test/fuzz/test_runner.py')
-rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index a56651cca5..152efae526 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -21,6 +21,7 @@ FUZZERS_MISSING_CORPORA = [ "block_file_info_deserialize", "block_filter_deserialize", "block_header_and_short_txids_deserialize", + "bloom_filter", "decode_tx", "fee_rate_deserialize", "flat_file_pos_deserialize", |