Standard C/C++ main entry point
| 14620 | #else |
| 14621 | // Standard C/C++ main entry point |
| 14622 | int main (int argc, char * argv[]) { |
| 14623 | #endif |
| 14624 | |
| 14625 | return Catch::Session().run( argc, argv ); |
| 14626 | } |
| 14627 | |
| 14628 | #else // __OBJC__ |
| 14629 |
nothing calls this directly
no test coverage detected