[Wallet] split the keypool in an internal and external part
[bitcoinplatinum.git] / src / test / random_tests.cpp
blobd2c46c0daabc357b49cdff21bcea70bcfc8aec6f
1 // Copyright (c) 2017 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #include "random.h"
7 #include "test/test_bitcoin.h"
9 #include <boost/test/unit_test.hpp>
11 BOOST_FIXTURE_TEST_SUITE(random_tests, BasicTestingSetup)
13 BOOST_AUTO_TEST_CASE(osrandom_tests)
15 BOOST_CHECK(Random_SanityCheck());
18 BOOST_AUTO_TEST_SUITE_END()