aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-06-07 16:59:46 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2021-03-02 21:43:42 +0000
commitb22d4c1607b6488b378d3427a708bd71f12f7276 (patch)
tree0ccf88ba2948a72de3c8b31fdcb1cf0ccacdd05c /src/Makefile.test.include
parentb9f41df1ead4b6a83a51fc41966b111c8459c313 (diff)
downloadbitcoin-b22d4c1607b6488b378d3427a708bd71f12f7276.tar.xz
fuzz: Add fuzzing harness for Socks5(...)
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index e817bb2ee2..502ee5cf37 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -285,6 +285,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/secp256k1_ecdsa_signature_parse_der_lax.cpp \
test/fuzz/signature_checker.cpp \
test/fuzz/signet.cpp \
+ test/fuzz/socks5.cpp \
test/fuzz/span.cpp \
test/fuzz/spanparsing.cpp \
test/fuzz/string.cpp \