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

Function BOOST_AUTO_TEST_CASE

src/test/system_tests.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// At least one test is required (in case ENABLE_EXTERNAL_SIGNER is not defined).
32// Workaround for https://github.com/bitcoin/bitcoin/issues/19128
33BOOST_AUTO_TEST_CASE(dummy)
34{
35 BOOST_CHECK(true);
36}
37
38#ifdef ENABLE_EXTERNAL_SIGNER
39

Callers

nothing calls this directly

Calls 5

RunCommandParseJSONFunction · 0.85
isObjectMethod · 0.80
getBoolMethod · 0.80
findMethod · 0.80
isNullMethod · 0.45

Tested by

no test coverage detected