MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / main

Function main

tests/catch.hpp:14315–14319  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

14313#else
14314// Standard C/C++ main entry point
14315int main (int argc, char * argv[]) {
14316#endif
14317
14318 return Catch::Session().run( argc, argv );
14319}
14320
14321#else // __OBJC__
14322

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected