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

Function main

engine/script/src/test/test_script_json.cpp:211–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209extern "C" void dmExportedSymbols();
210
211int main(int argc, char **argv)
212{
213 dmExportedSymbols();
214 TestMainPlatformInit();
215 jc_test_init(&argc, argv);
216
217 int ret = jc_test_run_all();
218 dmLog::LogFinalize();
219 return ret;
220}

Callers

nothing calls this directly

Calls 2

TestMainPlatformInitFunction · 0.85
LogFinalizeFunction · 0.85

Tested by

no test coverage detected