| 366 | using namespace impala; |
| 367 | |
| 368 | int main(int argc, char **argv) { |
| 369 | ::testing::InitGoogleTest(&argc, argv); |
| 370 | InitCommonRuntime(argc, argv, true, TestInfo::BE_TEST); |
| 371 | InitFeSupport(); |
| 372 | ABORT_IF_ERROR(LlvmCodeGen::InitializeLlvm()); |
| 373 | |
| 374 | return RUN_ALL_TESTS(); |
| 375 | } |
| 376 | |
| 377 | #endif |
nothing calls this directly
no test coverage detected