MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/sanity_tests.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11BOOST_FIXTURE_TEST_SUITE(sanity_tests, BasicTestingSetup)
12
13BOOST_AUTO_TEST_CASE(basic_sanity)
14{
15 BOOST_CHECK_MESSAGE(glibc_sanity_test() == true, "libc sanity test");
16 BOOST_CHECK_MESSAGE(glibcxx_sanity_test() == true, "stdlib sanity test");
17 BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "openssl ECC test");
18}
19
20BOOST_AUTO_TEST_SUITE_END()

Callers

nothing calls this directly

Calls 3

glibc_sanity_testFunction · 0.85
glibcxx_sanity_testFunction · 0.85
ECC_InitSanityCheckFunction · 0.85

Tested by

no test coverage detected