Run all the tests that were declared with TEST()
| 11 | |
| 12 | // Run all the tests that were declared with TEST() |
| 13 | int main(int argc, char **argv) |
| 14 | { |
| 15 | testing::InitGoogleTest(&argc, argv); |
| 16 | srand((int)time(0)); |
| 17 | return RUN_ALL_TESTS(); |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected