diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-01-07 00:48:45 -0500 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-01-07 00:48:45 -0500 |
commit | 5086ca1db5bb05314e14597f006052f054a3f0d3 (patch) | |
tree | 62976af0a3dfe3a1fee004b69404825e6048e173 /tests | |
parent | Merge pull request #19 from warptangent/fix_tx_output (diff) | |
download | monero-5086ca1db5bb05314e14597f006052f054a3f0d3.tar.xz |
add BlockchainDB tests to new cmake
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index c480a312d..54f25431d 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -29,6 +29,7 @@ set(unit_tests_sources address_from_url.cpp base58.cpp + BlockchainDB.cpp block_reward.cpp chacha8.cpp checkpoints.cpp |