| 33 | #include "singa/utils/logging.h" |
| 34 | |
| 35 | GTEST_API_ int main(int argc, char **argv) { |
| 36 | printf("Running main() from gtest_main.cc\n"); |
| 37 | singa::InitLogging(""); |
| 38 | testing::InitGoogleTest(&argc, argv); |
| 39 | return RUN_ALL_TESTS(); |
| 40 | } |
nothing calls this directly
no test coverage detected