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