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

Function main

engine/script/src/test/test_script_zlib.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49extern "C" void dmExportedSymbols();
50
51int main(int argc, char **argv)
52{
53 dmExportedSymbols();
54 TestMainPlatformInit();
55 jc_test_init(&argc, argv);
56 return jc_test_run_all();
57}

Callers

nothing calls this directly

Calls 1

TestMainPlatformInitFunction · 0.85

Tested by

no test coverage detected