aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-02-24 20:35:10 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-02-25 17:04:03 +0000
commit2a6a6ea0f5b97cba95b5678268d638c81764b9b1 (patch)
treecb2d6869bedae84f96f7b91a0f62ae9a3026ff12 /test/fuzz
parentab9de435880c9d77e4137b65050591ef2d14f809 (diff)
downloadbitcoin-2a6a6ea0f5b97cba95b5678268d638c81764b9b1.tar.xz
tests: Add fuzzing harness for bloom filter class CBloomFilter
Diffstat (limited to 'test/fuzz')
-rwxr-xr-xtest/fuzz/test_runner.py1
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",