MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / main

Function main

src/test/test_main.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 INITIALIZE_EASYLOGGINGPP
8#endif
9int main(int argc, char **argv) {
10 ::testing::InitGoogleTest(&argc, argv);
11 el::Loggers::reconfigureAllLoggers(el::ConfigurationType::Format, "%datetime %level %fbase:%line : %msg");
12 el::Loggers::addFlag(el::LoggingFlag::ColoredTerminalOutput);
13// el::Loggers::reconfigureAllLoggers(el::ConfigurationType::Enabled, "false");
14 return RUN_ALL_TESTS();
15}

Callers

nothing calls this directly

Calls 1

addFlagFunction · 0.85

Tested by

no test coverage detected