tests: Add fuzzing harness for node eviction logic

This commit is contained in:
practicalswift
2020-09-18 13:47:00 +00:00
parent b440c33179
commit 5a9ee0869b
2 changed files with 45 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/net.cpp \
test/fuzz/net_permissions.cpp \
test/fuzz/netaddress.cpp \
test/fuzz/node_eviction.cpp \
test/fuzz/p2p_transport_deserializer.cpp \
test/fuzz/parse_hd_keypath.cpp \
test/fuzz/parse_iso8601.cpp \