Standard C/C++ main entry point
| 17528 | #else |
| 17529 | // Standard C/C++ main entry point |
| 17530 | int main (int argc, char * argv[]) { |
| 17531 | #endif |
| 17532 | |
| 17533 | return Catch::Session().run( argc, argv ); |
| 17534 | } |
| 17535 | |
| 17536 | #else // __OBJC__ |
| 17537 |
nothing calls this directly
no test coverage detected