File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ BITCOIN_TESTS =\
90
90
test/key_tests.cpp \
91
91
test/limitedmap_tests.cpp \
92
92
test/dbwrapper_tests.cpp \
93
- test/main_tests .cpp \
93
+ test/validation_tests .cpp \
94
94
test/mempool_tests.cpp \
95
95
test/merkle_tests.cpp \
96
96
test/merkleblock_tests.cpp \
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2014-2018 The Bitcoin Core developers
1
+ // Copyright (c) 2014-2019 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include < chainparams.h>
6
- #include < validation.h>
7
6
#include < net.h>
7
+ #include < validation.h>
8
8
9
9
#include < test/test_bitcoin.h>
10
10
11
11
#include < boost/signals2/signal.hpp>
12
12
#include < boost/test/unit_test.hpp>
13
13
14
- BOOST_FIXTURE_TEST_SUITE (main_tests , TestingSetup)
14
+ BOOST_FIXTURE_TEST_SUITE (validation_tests , TestingSetup)
15
15
16
16
static void TestBlockSubsidyHalvings(const Consensus::Params& consensusParams)
17
17
{
You can’t perform that action at this time.
0 commit comments