| 1041 | } |
| 1042 | |
| 1043 | int main(int argc, char **argv) { |
| 1044 | ::testing::InitGoogleTest(&argc, argv); |
| 1045 | InitCommonRuntime(argc, argv, true, TestInfo::BE_TEST); |
| 1046 | InitFeSupport(); |
| 1047 | ABORT_IF_ERROR(impala::LlvmCodeGen::InitializeLlvm()); |
| 1048 | return RUN_ALL_TESTS(); |
| 1049 | } |
nothing calls this directly
no test coverage detected