| 12 | BOOST_FIXTURE_TEST_SUITE(sanity_tests, BasicTestingSetup) |
| 13 | |
| 14 | BOOST_AUTO_TEST_CASE(basic_sanity) |
| 15 | { |
| 16 | BOOST_CHECK_MESSAGE(glibcxx_sanity_test() == true, "stdlib sanity test"); |
| 17 | BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "secp256k1 sanity test"); |
| 18 | BOOST_CHECK_MESSAGE(ChronoSanityCheck() == true, "chrono epoch test"); |
| 19 | } |
| 20 | |
| 21 | BOOST_AUTO_TEST_SUITE_END() |
nothing calls this directly
no test coverage detected