| 71 | } |
| 72 | |
| 73 | int main(int argc, char** argv) { |
| 74 | ::testing::InitGoogleTest(&argc, argv); |
| 75 | InitCommonRuntime(argc, argv, true, impala::TestInfo::BE_TEST); |
| 76 | InitFeSupport(); |
| 77 | fe.reset(new Frontend()); |
| 78 | return RUN_ALL_TESTS(); |
| 79 | } |
nothing calls this directly
no test coverage detected