MCPcopy Create free account
hub / github.com/boost-ext/ut / main

Function main

example/run_report.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18int main() {
19 const auto result = ut::cfg<>.run(
20 {.report_errors =
21 true}); // explicitly run registered test suites and report errors
22 std::cout << "After report\n";
23 return result;
24}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected