aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-08-25 14:31:18 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-08-28 12:01:13 +0200
commitfa0e1e4f3c2ede723554d10b6596d89955441373 (patch)
tree44d71081296219116cfffec8b2a76b99e1f079ed
parent338bc2cd261ba3daf7fb494f8cb4a534762e292c (diff)
downloadbitcoin-fa0e1e4f3c2ede723554d10b6596d89955441373.tar.xz
fuzz: Add missing fuzz targets to cmake build
-rw-r--r--src/test/fuzz/CMakeLists.txt1
-rw-r--r--src/wallet/test/fuzz/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fuzz/CMakeLists.txt b/src/test/fuzz/CMakeLists.txt
index 134232e984..0bff9bf784 100644
--- a/src/test/fuzz/CMakeLists.txt
+++ b/src/test/fuzz/CMakeLists.txt
@@ -52,6 +52,7 @@ add_executable(fuzz
headerssync.cpp
hex.cpp
http_request.cpp
+ i2p.cpp
integer.cpp
key.cpp
key_io.cpp
diff --git a/src/wallet/test/fuzz/CMakeLists.txt b/src/wallet/test/fuzz/CMakeLists.txt
index 70b02292c0..c30671db48 100644
--- a/src/wallet/test/fuzz/CMakeLists.txt
+++ b/src/wallet/test/fuzz/CMakeLists.txt
@@ -6,6 +6,7 @@ target_sources(fuzz
PRIVATE
coincontrol.cpp
coinselection.cpp
+ crypter.cpp
fees.cpp
$<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp>
parse_iso8601.cpp