Skip to content

Commit

Permalink
fuzz: Added Fuzz tests for Compressed Transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBriar committed Jul 18, 2023
1 parent 37ef521 commit 3985145
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.test.include
Expand Up @@ -256,6 +256,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/checkqueue.cpp \
test/fuzz/coins_view.cpp \
test/fuzz/coinscache_sim.cpp \
test/fuzz/compression_roundtrip.cpp \
test/fuzz/connman.cpp \
test/fuzz/crypto.cpp \
test/fuzz/crypto_aes256.cpp \
Expand Down Expand Up @@ -342,6 +343,8 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/timedata.cpp \
test/fuzz/torcontrol.cpp \
test/fuzz/transaction.cpp \
test/fuzz/tx_compression.cpp \
test/fuzz/tx_decompression.cpp \
test/fuzz/tx_in.cpp \
test/fuzz/tx_out.cpp \
test/fuzz/tx_pool.cpp \
Expand Down

0 comments on commit 3985145

Please sign in to comment.