Skip to content

Commit fa0e1e4

Browse files
author
MarcoFalke
committed
fuzz: Add missing fuzz targets to cmake build
1 parent 338bc2c commit fa0e1e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/fuzz/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ add_executable(fuzz
5252
headerssync.cpp
5353
hex.cpp
5454
http_request.cpp
55+
i2p.cpp
5556
integer.cpp
5657
key.cpp
5758
key_io.cpp

src/wallet/test/fuzz/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ target_sources(fuzz
66
PRIVATE
77
coincontrol.cpp
88
coinselection.cpp
9+
crypter.cpp
910
fees.cpp
1011
$<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp>
1112
parse_iso8601.cpp

0 commit comments

Comments
 (0)