| 44 | |
| 45 | |
| 46 | int main(int argc, char* argv[]) { |
| 47 | testing::InitGoogleTest(&argc, argv); |
| 48 | GFLAGS_NAMESPACE::ParseCommandLineFlags(&argc, &argv, true); |
| 49 | brpc::GlobalInitializeOrDie(); |
| 50 | return RUN_ALL_TESTS(); |
| 51 | } |
| 52 | |
| 53 | bool g_delete = false; |
| 54 | const std::string EXP_REQUEST = "hello"; |
nothing calls this directly
no test coverage detected