diff options
author | dergoegge <n.goeggi@gmail.com> | 2024-07-04 11:49:16 +0100 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2024-07-31 13:25:52 +0100 |
commit | afd237bb5d85923273a69f7b45dc6aae6aa1680e (patch) | |
tree | 4c28a54109ac5e2d59072f18307cfac7e3f2ddeb /src/Makefile.test.include | |
parent | a90ab4aec9cccd44d867842d6a1161d5758fcb2c (diff) |
[fuzz] Harness for version handshake
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 3d04498369..e2d6f94b24 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -350,6 +350,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/netaddress.cpp \ test/fuzz/netbase_dns_lookup.cpp \ test/fuzz/node_eviction.cpp \ + test/fuzz/p2p_handshake.cpp \ test/fuzz/p2p_transport_serialization.cpp \ test/fuzz/package_eval.cpp \ test/fuzz/parse_hd_keypath.cpp \ |