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.
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()