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

Function main

engine/script/src/test/test_script_vmath.cpp:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376extern "C" void dmExportedSymbols();
377
378int main(int argc, char **argv)
379{
380 dmExportedSymbols();
381 TestMainPlatformInit();
382 jc_test_init(&argc, argv);
383 return jc_test_run_all();
384}

Callers

nothing calls this directly

Calls 1

TestMainPlatformInitFunction · 0.85

Tested by

no test coverage detected