PIVX Core  5.6.99
P2P Digital Currency
alert_tests.cpp
Go to the documentation of this file.
1 // Copyright (c) 2013 The Bitcoin Core developers
2 // Copyright (c) 2019-2021 The PIVX Core developers
3 // Distributed under the MIT/X11 software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 
6 //
7 // Unit tests for alert system
8 //
9 
10 #include "chainparams.h"
11 #include "util/system.h"
12 
13 #include "test/test_bitcoin.h"
14 
15 #include <boost/test/unit_test.hpp>
16 
18 
19 BOOST_AUTO_TEST_CASE(PartitionAlert)
20 {
21  // !TODO: implement this
22 }
23 
BOOST_AUTO_TEST_CASE(PartitionAlert)
Definition: alert_tests.cpp:19
BOOST_AUTO_TEST_SUITE_END()
#define BOOST_FIXTURE_TEST_SUITE(a, b)
Definition: object.cpp:14