| 142 | } |
| 143 | |
| 144 | int main(int argc, const char **argv) |
| 145 | { |
| 146 | CCmdlineFix CmdlineFix(&argc, &argv); |
| 147 | log_set_global_logger_default(); |
| 148 | ::testing::InitGoogleTest(&argc, const_cast<char **>(argv)); |
| 149 | GTEST_FLAG_SET(death_test_style, "threadsafe"); |
| 150 | net_init(); |
| 151 | return RUN_ALL_TESTS(); |
| 152 | } |
| 153 | |
| 154 | TEST(TestInfo, Sort) |
| 155 | { |
nothing calls this directly
no test coverage detected