MCPcopy Create free account
hub / github.com/ElementsProject/elements / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/sanity_tests.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12BOOST_FIXTURE_TEST_SUITE(sanity_tests, BasicTestingSetup)
13
14BOOST_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
21BOOST_AUTO_TEST_SUITE_END()

Callers

nothing calls this directly

Calls 2

glibcxx_sanity_testFunction · 0.85
ECC_InitSanityCheckFunction · 0.85

Tested by

no test coverage detected