Skip to content

Commit e45913e

Browse files
committed
Merge bitcoin#30712: fuzz: Add missing fuzz targets to cmake build
fa0e1e4 fuzz: Add missing fuzz targets to cmake build (MarcoFalke) Pull request description: Fixes bitcoin#30454 (comment) Can be tested via: ``` PRINT_ALL_FUZZ_TARGETS_AND_ABORT=1 ./bld-autot/src/test/fuzz/fuzz > /tmp/f_autot PRINT_ALL_FUZZ_TARGETS_AND_ABORT=1 ./bld-cmake/src/test/fuzz/fuzz > /tmp/f_cmake diff --unified /tmp/{f_autot,f_cmake} ACKs for top commit: hebasto: ACK fa0e1e4 Tree-SHA512: 460ae650eae3c2b8936f48bff8c2b85cf3c2ccaf418109d1be9c5a32f9322bb500c7809cb3e81d5ffd24bf5e982ecedbbd7e04059ad60701f2ede9e3ba4a5804
2 parents 338bc2c + fa0e1e4 commit e45913e

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)