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