| 24 | #include "gtest/gtest.h" |
| 25 | |
| 26 | int main(int argc, char **argv) { |
| 27 | int result; |
| 28 | |
| 29 | ::testing::InitGoogleTest(&argc, argv); |
| 30 | |
| 31 | result = RUN_ALL_TESTS(); |
| 32 | |
| 33 | return result; |
| 34 | } |
nothing calls this directly
no outgoing calls
no test coverage detected