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

Function main

engine/script/src/test/test_script_ddf.cpp:489–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487extern "C" void dmExportedSymbols();
488
489int main(int argc, char **argv)
490{
491 dmExportedSymbols();
492 TestMainPlatformInit();
493 jc_test_init(&argc, argv);
494 return jc_test_run_all();
495}

Callers

nothing calls this directly

Calls 1

TestMainPlatformInitFunction · 0.85

Tested by

no test coverage detected