| 180 | } |
| 181 | |
| 182 | int main(int argc, char** argv) { |
| 183 | ::testing::InitGoogleTest(&argc, argv); |
| 184 | InitCommonRuntime(argc, argv, true, impala::TestInfo::BE_TEST); |
| 185 | InitFeSupport(); |
| 186 | fe.reset(new Frontend()); |
| 187 | return RUN_ALL_TESTS(); |
| 188 | } |
nothing calls this directly
no test coverage detected