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

Function main

engine/script/src/test/test_script_module.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138extern "C" void dmExportedSymbols();
139
140int main(int argc, char **argv)
141{
142 dmExportedSymbols();
143 TestMainPlatformInit();
144 jc_test_init(&argc, argv);
145 return jc_test_run_all();
146}

Callers

nothing calls this directly

Calls 1

TestMainPlatformInitFunction · 0.85

Tested by

no test coverage detected