diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-06-07 16:59:46 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2021-03-02 21:43:42 +0000 |
commit | b22d4c1607b6488b378d3427a708bd71f12f7276 (patch) | |
tree | 0ccf88ba2948a72de3c8b31fdcb1cf0ccacdd05c /src/Makefile.test.include | |
parent | b9f41df1ead4b6a83a51fc41966b111c8459c313 (diff) |
fuzz: Add fuzzing harness for Socks5(...)
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
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 \ |