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

Function main

engine/graphics/src/test/test_app_graphics.cpp:954–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952extern "C" void dmExportedSymbols();
953
954int main(int argc, char **argv)
955{
956 TestMainPlatformInit();
957 dmHashEnableReverseHash(true);
958
959 dmExportedSymbols();
960 dmLog::LogParams params;
961 dmLog::LogInitialize(&params);
962
963 InstallAdapter(argc, argv);
964 jc_test_init(&argc, argv);
965 return jc_test_run_all();
966}

Callers

nothing calls this directly

Calls 4

TestMainPlatformInitFunction · 0.85
dmHashEnableReverseHashFunction · 0.85
LogInitializeFunction · 0.85
InstallAdapterFunction · 0.70

Tested by

no test coverage detected