aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-05-31 13:40:18 +0200
committerRiccardo Spagni <ric@spagni.net>2015-05-31 13:40:18 +0200
commite01d32e52d862d590ec23a17d3460066639a3803 (patch)
treec2d8a6539b2c86613b9ca2936848edecee96f22c /tests
parentreadme updates: added sponsors, fixed build instructions (diff)
downloadmonero-e01d32e52d862d590ec23a17d3460066639a3803.tar.xz
cleaning up, removing redundant files, renaming, fixing incorrect licenses
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/CMakeLists.txt2
-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.
//