Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
int 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
run
Method · 0.45
Tested by
no test coverage detected