| 133 | #endif |
| 134 | |
| 135 | extern "C" TEST_DLL_EXPORT int run_tests(int argc, const char** argv) { |
| 136 | return testing_detail::fl_run_tests(argc, argv); |
| 137 | } |
| 138 | |
| 139 | #else |
| 140 | // Standard mode: Define main function |
nothing calls this directly
no test coverage detected