Standard C/C++ main entry point
| 12745 | #else |
| 12746 | // Standard C/C++ main entry point |
| 12747 | int main (int argc, char * argv[]) { |
| 12748 | #endif |
| 12749 | |
| 12750 | return Catch::Session().run( argc, argv ); |
| 12751 | } |
| 12752 | |
| 12753 | #else // __OBJC__ |
| 12754 |
nothing calls this directly
no test coverage detected