aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-09-18 13:47:00 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-12-16 13:00:47 +0000
commit5a9ee0869b0b722ebfcdaabaefba6376522b2eeb (patch)
treee7908a5f985a15d31f9f7e6cbb7f4450014805dc /src/Makefile.test.include
parentb440c33179e777bfebb8c12840e06ea691a4868f (diff)
downloadbitcoin-5a9ee0869b0b722ebfcdaabaefba6376522b2eeb.tar.xz
tests: Add fuzzing harness for node eviction logic
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 cbfe93df0a..f7d5a24b5e 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -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 \