Skip to content

Commit 67dac4e

Browse files
committed
Add unit tests for the CuckooCache
SQUASHME: Update Tests for other SQUASHMEs
1 parent c9e69fb commit 67dac4e

File tree

2 files changed

+395
-0
lines changed

2 files changed

+395
-0
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ BITCOIN_TESTS =\
5454
test/coins_tests.cpp \
5555
test/compress_tests.cpp \
5656
test/crypto_tests.cpp \
57+
test/cuckoocache_tests.cpp \
5758
test/DoS_tests.cpp \
5859
test/getarg_tests.cpp \
5960
test/hash_tests.cpp \

0 commit comments

Comments
 (0)