aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-06-29 22:11:13 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2021-03-08 23:17:56 +0000
commite5280751890b02abb558b37eb0e0401493f148b4 (patch)
treec6319d6a03d18b95d413bd14fb2ca230afb8820e /src/Makefile.test.include
parentc6b4bfb4b3507f1a62290869d7435b0f54032104 (diff)
downloadbitcoin-e5280751890b02abb558b37eb0e0401493f148b4.tar.xz
tests: Add fuzzing harness for Lookup(...)/LookupHost(...)/LookupNumeric(...)/LookupSubNet(...)
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 133277baa6..625d825259 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -252,6 +252,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/net.cpp \
test/fuzz/net_permissions.cpp \
test/fuzz/netaddress.cpp \
+ test/fuzz/netbase_dns_lookup.cpp \
test/fuzz/node_eviction.cpp \
test/fuzz/p2p_transport_deserializer.cpp \
test/fuzz/parse_hd_keypath.cpp \