diff options
Diffstat (limited to 'tests/unit_tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/unit_tests/blockchain_db.cpp (renamed from tests/unit_tests/BlockchainDB.cpp) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index e28047edb..2c6f18653 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -29,7 +29,7 @@ set(unit_tests_sources address_from_url.cpp base58.cpp - BlockchainDB.cpp + blockchain_db.cpp block_reward.cpp chacha8.cpp checkpoints.cpp diff --git a/tests/unit_tests/BlockchainDB.cpp b/tests/unit_tests/blockchain_db.cpp index b6e311daf..fbd8a733c 100644 --- a/tests/unit_tests/BlockchainDB.cpp +++ b/tests/unit_tests/blockchain_db.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014, The Monero Project +// Copyright (c) 2014-2015, The Monero Project // // All rights reserved. // |