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

Function main

engine/script/src/test/test_script_table.cpp:1163–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161extern "C" void dmExportedSymbols();
1162
1163int main(int argc, char **argv)
1164{
1165 dmExportedSymbols();
1166 TestMainPlatformInit();
1167 jc_test_init(&argc, argv);
1168 return jc_test_run_all();
1169}

Callers

nothing calls this directly

Calls 1

TestMainPlatformInitFunction · 0.85

Tested by

no test coverage detected