mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#30712: fuzz: Add missing fuzz targets to cmake build
fa0e1e4f3c
fuzz: Add missing fuzz targets to cmake build (MarcoFalke) Pull request description: Fixes https://github.com/bitcoin/bitcoin/pull/30454#discussion_r1726881676 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: ACKfa0e1e4f3c
Tree-SHA512: 460ae650eae3c2b8936f48bff8c2b85cf3c2ccaf418109d1be9c5a32f9322bb500c7809cb3e81d5ffd24bf5e982ecedbbd7e04059ad60701f2ede9e3ba4a5804
This commit is contained in:
commit
e45913ea8b
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ add_executable(fuzz
|
|||
headerssync.cpp
|
||||
hex.cpp
|
||||
http_request.cpp
|
||||
i2p.cpp
|
||||
integer.cpp
|
||||
key.cpp
|
||||
key_io.cpp
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue