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

Function main

engine/engine/src/test/test_engine.cpp:597–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595*/
596
597int main(int argc, char **argv)
598{
599 dmExportedSymbols();
600 TestMainPlatformInit();
601
602 ProfileInitialize();
603 dmDDF::RegisterAllTypes();
604 jc_test_init(&argc, argv);
605 dmHashEnableReverseHash(true);
606 dmGraphics::InstallAdapter(dmGraphics::ADAPTER_FAMILY_NONE);
607
608 int ret = jc_test_run_all();
609 ProfileFinalize();
610 return ret;
611}

Callers

nothing calls this directly

Calls 6

TestMainPlatformInitFunction · 0.85
RegisterAllTypesFunction · 0.85
dmHashEnableReverseHashFunction · 0.85
ProfileInitializeFunction · 0.50
InstallAdapterFunction · 0.50
ProfileFinalizeFunction · 0.50

Tested by

no test coverage detected