MCPcopy Create free account
hub / github.com/ddnet/ddnet / main

Function main

src/test/test.cpp:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144int main(int argc, const char **argv)
145{
146 CCmdlineFix CmdlineFix(&argc, &argv);
147 log_set_global_logger_default();
148 ::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
149 GTEST_FLAG_SET(death_test_style, "threadsafe");
150 net_init();
151 return RUN_ALL_TESTS();
152}
153
154TEST(TestInfo, Sort)
155{

Callers

nothing calls this directly

Calls 2

net_initFunction · 0.85

Tested by

no test coverage detected