aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-02-24 20:48:22 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-02-25 17:04:03 +0000
commiteabbbe409f397e97b1e6fad7385d9d1813ae2880 (patch)
treeebbabfe419c3ab328c25635bee2e75d059336f27 /test
parent2a6a6ea0f5b97cba95b5678268d638c81764b9b1 (diff)
downloadbitcoin-eabbbe409f397e97b1e6fad7385d9d1813ae2880.tar.xz
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
Diffstat (limited to 'test')
-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 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",