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

Function main

engine/script/src/test/test_script_msg.cpp:782–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782int main(int argc, char **argv)
783{
784 dmHashEnableReverseHash(true);
785
786 TestMainPlatformInit();
787 dmLog::LogParams params;
788 dmLog::LogInitialize(&params);
789 dmDDF::RegisterAllTypes();
790
791 jc_test_init(&argc, argv);
792 int ret = jc_test_run_all();
793
794 dmLog::LogFinalize();
795 return ret;
796}

Callers

nothing calls this directly

Calls 5

dmHashEnableReverseHashFunction · 0.85
TestMainPlatformInitFunction · 0.85
LogInitializeFunction · 0.85
RegisterAllTypesFunction · 0.85
LogFinalizeFunction · 0.85

Tested by

no test coverage detected