aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2021-03-04 15:32:11 +0100
committerVasil Dimov <vd@FreeBSD.org>2021-03-16 14:58:38 +0100
commit2d8ac779708322e1235e823edfc9c8f6e2dd65e4 (patch)
treea9e4f8fafdac51d85a708a2de9331e243a07874e /src/Makefile.test.include
parent9947e44de0cbd79e99d883443a9ac441d8c69713 (diff)
downloadbitcoin-2d8ac779708322e1235e823edfc9c8f6e2dd65e4.tar.xz
fuzz: add tests for the I2P Session public interface
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 24b2879789..6f461a989b 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -239,6 +239,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/golomb_rice.cpp \
test/fuzz/hex.cpp \
test/fuzz/http_request.cpp \
+ test/fuzz/i2p.cpp \
test/fuzz/integer.cpp \
test/fuzz/key.cpp \
test/fuzz/key_io.cpp \