aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-21 12:22:55 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-03-05 21:11:10 +0000
commitf4691b6c217ab843e6e66fa0ad34d83137499a89 (patch)
tree229173c4f626bdcf8285413709bf575f2652ab13 /test/fuzz
parent631df3ee87ec93e1fc748715671cdb5cff7308e6 (diff)
downloadbitcoin-f4691b6c217ab843e6e66fa0ad34d83137499a89.tar.xz
tests: Add fuzzing harness for CKey related functions
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 9027311a8b..c60a48beff 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -25,6 +25,7 @@ FUZZERS_MISSING_CORPORA = [
"flat_file_pos_deserialize",
"hex",
"integer",
+ "key",
"key_origin_info_deserialize",
"merkle_block_deserialize",
"out_point_deserialize",