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

Function main

engine/script/src/test/test_script_luasocket.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70extern "C" void dmExportedSymbols();
71
72int main(int argc, char **argv)
73{
74 dmExportedSymbols();
75 TestMainPlatformInit();
76 jc_test_init(&argc, argv);
77 return jc_test_run_all();
78}

Callers

nothing calls this directly

Calls 1

TestMainPlatformInitFunction · 0.85

Tested by

no test coverage detected