aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-12-14 17:48:56 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2016-12-14 18:14:02 -0800
commitb83264d9c7a8ddb79f64bd9540caddc8632ef31f (patch)
tree75628523862f0d8a75c7cdf5259fdeb41d5cfa42 /src/Makefile.test.include
parentb68685a16a81729f4d10975171c23c407cd332e3 (diff)
parent67dac4e1937b9835d2c09402d35e0050467fbc6d (diff)
downloadbitcoin-b83264d9c7a8ddb79f64bd9540caddc8632ef31f.tar.xz
Merge #8895: Better SigCache Implementation
67dac4e Add unit tests for the CuckooCache (Jeremy Rubin) c9e69fb Add CuckooCache implementation and replace the sigcache map_type with it (Jeremy Rubin)
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 a14adc7876..60fd13c90d 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -53,6 +53,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 \