Skip to content

Commit 3c9cea1

Browse files
committed
Add simulation-based CCoinsViewCache fuzzer
The fuzzer goes through a sequence of operations that get applied to both a real stack of CCoinsViewCache objects, and to simulation data, comparing the two at the end.
1 parent fdd363e commit 3c9cea1

File tree

2 files changed

+462
-0
lines changed

2 files changed

+462
-0
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ test_fuzz_fuzz_SOURCES = \
248248
test/fuzz/chain.cpp \
249249
test/fuzz/checkqueue.cpp \
250250
test/fuzz/coins_view.cpp \
251+
test/fuzz/coinscache_sim.cpp \
251252
test/fuzz/connman.cpp \
252253
test/fuzz/crypto.cpp \
253254
test/fuzz/crypto_aes256.cpp \

0 commit comments

Comments
 (0)