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

Function main

example/main.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <boost/ut.hpp>
9
10auto main(int argc, const char** argv) -> int {
11 using namespace boost::ut;
12 expect((argc == 2_i) >> fatal) << "Not enough parameters!";
13 cfg<override> = {.filter = argv[1]};
14 return cfg<override>.run();
15}

Callers

nothing calls this directly

Calls 2

expectFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected