aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJeremy Rubin <[email protected]>2016-10-05 16:59:18 -0400
committerJeremy Rubin <[email protected]>2016-12-14 16:02:22 -0500
commit67dac4e1937b9835d2c09402d35e0050467fbc6d (patch)
tree7bb00ce68b10a6e65c44516595df3861675125c5 /src/Makefile.test.include
parentAdd CuckooCache implementation and replace the sigcache map_type with it (diff)
downloaddiscoin-67dac4e1937b9835d2c09402d35e0050467fbc6d.tar.xz
discoin-67dac4e1937b9835d2c09402d35e0050467fbc6d.zip
Add unit tests for the CuckooCache
SQUASHME: Update Tests for other SQUASHMEs
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 5ce1bbb89..8178fb742 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -54,6 +54,7 @@ BITCOIN_TESTS =\
test/coins_tests.cpp \
test/compress_tests.cpp \
test/crypto_tests.cpp \
+ test/cuckoocache_tests.cpp \
test/DoS_tests.cpp \
test/getarg_tests.cpp \
test/hash_tests.cpp \