diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-02-24 20:48:22 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-02-25 17:04:03 +0000 |
commit | eabbbe409f397e97b1e6fad7385d9d1813ae2880 (patch) | |
tree | ebbabfe419c3ab328c25635bee2e75d059336f27 /test/fuzz/test_runner.py | |
parent | 2a6a6ea0f5b97cba95b5678268d638c81764b9b1 (diff) |
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
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 152efae526..dafb5d9806 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -40,6 +40,7 @@ FUZZERS_MISSING_CORPORA = [ "psbt_input_deserialize", "psbt_output_deserialize", "pub_key_deserialize", + "rolling_bloom_filter", "script_deserialize", "strprintf", "sub_net_deserialize", |