diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-14 16:38:36 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-03-07 13:39:25 +0000 |
commit | c7ea12d098ee292b78274671b698202c6551b075 (patch) | |
tree | f433dfe6810be7ed9af9d0f1e7cba9761e311c5e /test/fuzz | |
parent | 3d28c886f077ce22fb7755fe9ec1f4e08d3d4a62 (diff) |
tests: Add key_io fuzzing harness
Diffstat (limited to 'test/fuzz')
-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 b25ef9c69a..25005e531a 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -27,6 +27,7 @@ FUZZERS_MISSING_CORPORA = [ "flat_file_pos_deserialize", "float", "hex", + "key_io", "integer", "key", "key_origin_info_deserialize", |