aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2024-07-04 11:49:16 +0100
committerdergoegge <n.goeggi@gmail.com>2024-07-31 13:25:52 +0100
commitafd237bb5d85923273a69f7b45dc6aae6aa1680e (patch)
tree4c28a54109ac5e2d59072f18307cfac7e3f2ddeb /src/Makefile.test.include
parenta90ab4aec9cccd44d867842d6a1161d5758fcb2c (diff)
[fuzz] Harness for version handshake
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 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 \