diff options
| author | Pieter Wuille <[email protected]> | 2014-06-29 15:26:58 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-06-29 21:51:55 +0200 |
| commit | 236982c2b6de619f0744c9c17ea7208b64a4afb3 (patch) | |
| tree | a8b8c2de488fbe6b4dd23dd2f95e6d2ec3c5c708 /src/Makefile.test.include | |
| parent | Add a skiplist to the CBlockIndex structure. (diff) | |
| download | discoin-236982c2b6de619f0744c9c17ea7208b64a4afb3.tar.xz discoin-236982c2b6de619f0744c9c17ea7208b64a4afb3.zip | |
Add skiplist unit tests
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 4dab1773f..8685452c7 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -47,6 +47,7 @@ BITCOIN_TESTS =\ test/script_tests.cpp \ test/serialize_tests.cpp \ test/sigopcount_tests.cpp \ + test/skiplist_tests.cpp \ test/test_bitcoin.cpp \ test/transaction_tests.cpp \ test/uint256_tests.cpp \ |