| 80 | } // namespace |
| 81 | |
| 82 | int main(int ac, char* av[]) |
| 83 | { |
| 84 | //::testing::GTEST_FLAG(catch_exceptions) = false; |
| 85 | testing::InitGoogleTest(&ac, av); |
| 86 | return RUN_ALL_TESTS(); |
| 87 | } |
nothing calls this directly
no outgoing calls
no test coverage detected