aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-14 16:38:36 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-03-07 13:39:25 +0000
commitc7ea12d098ee292b78274671b698202c6551b075 (patch)
treef433dfe6810be7ed9af9d0f1e7cba9761e311c5e /test/fuzz
parent3d28c886f077ce22fb7755fe9ec1f4e08d3d4a62 (diff)
downloadbitcoin-c7ea12d098ee292b78274671b698202c6551b075.tar.xz
tests: Add key_io fuzzing harness
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 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",