Skip to content

Commit fa85468

Browse files
author
MarcoFalke
committed
test: Move main_tests to validation_tests
1 parent fa02b22 commit fa85468

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ BITCOIN_TESTS =\
9090
test/key_tests.cpp \
9191
test/limitedmap_tests.cpp \
9292
test/dbwrapper_tests.cpp \
93-
test/main_tests.cpp \
93+
test/validation_tests.cpp \
9494
test/mempool_tests.cpp \
9595
test/merkle_tests.cpp \
9696
test/merkleblock_tests.cpp \

src/test/main_tests.cpp renamed to src/test/validation_tests.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
// Copyright (c) 2014-2018 The Bitcoin Core developers
1+
// Copyright (c) 2014-2019 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <chainparams.h>
6-
#include <validation.h>
76
#include <net.h>
7+
#include <validation.h>
88

99
#include <test/test_bitcoin.h>
1010

1111
#include <boost/signals2/signal.hpp>
1212
#include <boost/test/unit_test.hpp>
1313

14-
BOOST_FIXTURE_TEST_SUITE(main_tests, TestingSetup)
14+
BOOST_FIXTURE_TEST_SUITE(validation_tests, TestingSetup)
1515

1616
static void TestBlockSubsidyHalvings(const Consensus::Params& consensusParams)
1717
{

0 commit comments

Comments
 (0)