aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-02-28 15:02:35 -0500
committerMarcoFalke <[email protected]>2019-02-28 15:44:55 -0500
commitfa85468cd252f51ad5328272a1bc19b7517e204e (patch)
treeadfb8d33444642a5deb5632f0fa992eb8ca6f4db /src/test
parenttest: Remove useless test_bitcoin_main.cpp (diff)
downloaddiscoin-fa85468cd252f51ad5328272a1bc19b7517e204e.tar.xz
discoin-fa85468cd252f51ad5328272a1bc19b7517e204e.zip
test: Move main_tests to validation_tests
Diffstat (limited to 'src/test')
-rw-r--r--src/test/validation_tests.cpp (renamed from src/test/main_tests.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/main_tests.cpp b/src/test/validation_tests.cpp
index 5b3f2bc57..8d06ecd3a 100644
--- a/src/test/main_tests.cpp
+++ b/src/test/validation_tests.cpp
@@ -1,17 +1,17 @@
-// Copyright (c) 2014-2018 The Bitcoin Core developers
+// Copyright (c) 2014-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <chainparams.h>
-#include <validation.h>
#include <net.h>
+#include <validation.h>
#include <test/test_bitcoin.h>
#include <boost/signals2/signal.hpp>
#include <boost/test/unit_test.hpp>
-BOOST_FIXTURE_TEST_SUITE(main_tests, TestingSetup)
+BOOST_FIXTURE_TEST_SUITE(validation_tests, TestingSetup)
static void TestBlockSubsidyHalvings(const Consensus::Params& consensusParams)
{