MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / main

Function main

tests/unit/apps/Server/test_main.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49static TestAppFrameFunctions testAppFrame;
50
51int main(int argc, char* argv[])
52{
53 Poseidon::Foundation::CurrentAppFrameFunctions = &testAppFrame;
54 SetMemorySystemReady(true);
55 InitLibraryElement();
56 Poseidon::GEngine = Poseidon::CreateEngineDummy();
57 TestApplication testApp;
58 return Catch::Session().run(argc, argv);
59}

Callers

nothing calls this directly

Calls 5

InitLibraryElementFunction · 0.85
CreateEngineDummyFunction · 0.85
SessionClass · 0.85
runMethod · 0.80
SetMemorySystemReadyFunction · 0.50

Tested by

no test coverage detected