aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-03-06 23:29:23 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-03-06 23:29:23 +0000
commit0d0bc3b5c1dad86cd5b2d7d90925d5722f2be6e8 (patch)
tree7af1dadb747752131f2a811a4d4010b1b52848ce /test/fuzz
parent4d80274b9963e85d6e6dc79a41cd3ff4f389ada5 (diff)
downloadbitcoin-0d0bc3b5c1dad86cd5b2d7d90925d5722f2be6e8.tar.xz
build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
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 5df2789638..b25ef9c69a 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -30,6 +30,7 @@ FUZZERS_MISSING_CORPORA = [
"integer",
"key",
"key_origin_info_deserialize",
+ "locale",
"merkle_block_deserialize",
"out_point_deserialize",
"p2p_transport_deserializer",