diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-21 12:22:55 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-03-05 21:11:10 +0000 |
commit | f4691b6c217ab843e6e66fa0ad34d83137499a89 (patch) | |
tree | 229173c4f626bdcf8285413709bf575f2652ab13 /test/fuzz/test_runner.py | |
parent | 631df3ee87ec93e1fc748715671cdb5cff7308e6 (diff) |
tests: Add fuzzing harness for CKey related functions
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 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", |