MCPcopy Create free account
hub / github.com/c42f/tinyformat / main

Function main

tinyformat_test.cpp:328–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328int main()
329{
330 try
331 {
332 return unitTests();
333 }
334 catch (std::runtime_error & e)
335 {
336 std::cout << "Failure due to uncaught exception: " << e.what() << std::endl;
337 return EXIT_FAILURE;
338 }
339}

Callers

nothing calls this directly

Calls 1

unitTestsFunction · 0.85

Tested by

no test coverage detected