diff options
| author | Pieter Wuille <[email protected]> | 2016-12-14 17:48:56 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-12-14 18:14:02 -0800 |
| commit | b83264d9c7a8ddb79f64bd9540caddc8632ef31f (patch) | |
| tree | 75628523862f0d8a75c7cdf5259fdeb41d5cfa42 /src/Makefile.test.include | |
| parent | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock (diff) | |
| parent | Add unit tests for the CuckooCache (diff) | |
| download | discoin-b83264d9c7a8ddb79f64bd9540caddc8632ef31f.tar.xz discoin-b83264d9c7a8ddb79f64bd9540caddc8632ef31f.zip | |
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.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index a14adc787..60fd13c90 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 \ |