| 14 | BOOST_FIXTURE_TEST_SUITE(random_tests, BasicTestingSetup) |
| 15 | |
| 16 | BOOST_AUTO_TEST_CASE(osrandom_tests) |
| 17 | { |
| 18 | BOOST_CHECK(Random_SanityCheck()); |
| 19 | } |
| 20 | |
| 21 | BOOST_AUTO_TEST_CASE(fastrandom_tests) |
| 22 | { |
nothing calls this directly
no test coverage detected