diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:44:29 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:44:30 +0200 |
commit | ee0997529ec015dfc4dd0061c9685bf917fb4827 (patch) | |
tree | c2d8a6539b2c86613b9ca2936848edecee96f22c /tests | |
parent | Merge pull request #296 (diff) | |
parent | cleaning up, removing redundant files, renaming, fixing incorrect licenses (diff) | |
download | monero-ee0997529ec015dfc4dd0061c9685bf917fb4827.tar.xz |
Merge pull request #300
e01d32e cleaning up, removing redundant files, renaming, fixing incorrect licenses (Riccardo Spagni)
dfd53b3 readme updates: added sponsors, fixed build instructions (Riccardo Spagni)
Diffstat (limited to '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. // |