diff options
author | Pieter Wuille <pieter@wuille.net> | 2023-01-31 18:04:31 -0500 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2023-02-01 18:28:41 -0500 |
commit | 3c9cea1340fd1358d6854209d782922864945eb0 (patch) | |
tree | 05c3bad4adb14aea43db60aca898921b9fa1ea44 /src/Makefile.test.include | |
parent | fdd363ebd917e5916742587608d59023ced513e1 (diff) |
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.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 4d867fdc2f..d6992640ff 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -248,6 +248,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/chain.cpp \ test/fuzz/checkqueue.cpp \ test/fuzz/coins_view.cpp \ + test/fuzz/coinscache_sim.cpp \ test/fuzz/connman.cpp \ test/fuzz/crypto.cpp \ test/fuzz/crypto_aes256.cpp \ |