Standard C/C++ main entry point
| 16637 | #else |
| 16638 | // Standard C/C++ main entry point |
| 16639 | int main (int argc, char * argv[]) { |
| 16640 | #endif |
| 16641 | |
| 16642 | return Catch::Session().run( argc, argv ); |
| 16643 | } |
| 16644 | |
| 16645 | #else // __OBJC__ |
| 16646 |
nothing calls this directly
no test coverage detected