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

Function _tmain

CppCoverageTest/CppCoverageTest.cpp:23–28  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21
22//-----------------------------------------------------------------------------
23int _tmain(int argc, _TCHAR* argv[])
24{
25 Tools::EnableLogger(false);
26 ::testing::InitGoogleMock(&argc, argv);
27 return RUN_ALL_TESTS();
28}
29

Callers

nothing calls this directly

Calls 1

EnableLoggerFunction · 0.85

Tested by

no test coverage detected