MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / _tmain

Function _tmain

PluginTest/PluginTest.cpp:21–25  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

19
20//-----------------------------------------------------------------------------
21int _tmain(int argc, _TCHAR* argv[])
22{
23 ::testing::InitGoogleMock(&argc, argv);
24 return RUN_ALL_TESTS();
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected