diff options
author | Jeremy Rubin <jeremy.l.rubin@gmail.com> | 2016-10-05 16:59:18 -0400 |
---|---|---|
committer | Jeremy Rubin <jeremy.l.rubin@gmail.com> | 2016-12-14 16:02:22 -0500 |
commit | 67dac4e1937b9835d2c09402d35e0050467fbc6d (patch) | |
tree | 7bb00ce68b10a6e65c44516595df3861675125c5 /src/Makefile.test.include | |
parent | c9e69fbf3915fe1187b4c2e77be5ae6b16121194 (diff) |
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.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 5ce1bbb896..8178fb7429 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 \ |