Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ main
Function
main
example/run.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
int main(int argc, const char** argv) {
21
// explicitly run registered test suites and manually pass argc/argv
22
return ut::cfg<>.run({.argc = argc, .argv = argv});
23
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected