Skip to content

Commit 7b8eea0

Browse files
committed
tests: add fuzz tests for VecDeque
1 parent 62fd24a commit 7b8eea0

File tree

2 files changed

+492
-0
lines changed

2 files changed

+492
-0
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ test_fuzz_fuzz_SOURCES = \
397397
test/fuzz/utxo_snapshot.cpp \
398398
test/fuzz/utxo_total_supply.cpp \
399399
test/fuzz/validation_load_mempool.cpp \
400+
test/fuzz/vecdeque.cpp \
400401
test/fuzz/versionbits.cpp
401402
endif # ENABLE_FUZZ_BINARY
402403

0 commit comments

Comments
 (0)