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

Function main

tests/framework/src/doctest.cpp:3995–3995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3993#ifdef DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
3994DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4007) // 'function' : must be 'attribute' - see issue #182
3995int main(int argc, char** argv) { return doctest::Context(argc, argv).run(); }
3996DOCTEST_MSVC_SUPPRESS_WARNING_POP
3997#endif // DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
3998

Callers

nothing calls this directly

Calls 2

ContextFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected