MCPcopy Create free account
hub / github.com/apache/singa / main

Function main

test/gtest/gtest_main.cc:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "singa/utils/logging.h"
34
35GTEST_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}

Callers

nothing calls this directly

Calls 3

InitLoggingFunction · 0.85
InitGoogleTestFunction · 0.85
RUN_ALL_TESTSFunction · 0.85

Tested by

no test coverage detected