MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / ParseGoogleTestFlagsOnly

Function ParseGoogleTestFlagsOnly

test/common/gtest/gtest.cpp:6875–6877  ·  view source on GitHub ↗

Parses the command line for Google Test flags, without initializing other parts of Google Test.

Source from the content-addressed store, hash-verified

6873// Parses the command line for Google Test flags, without initializing
6874// other parts of Google Test.
6875void ParseGoogleTestFlagsOnly(int* argc, char** argv) {
6876 ParseGoogleTestFlagsOnlyImpl(argc, argv);
6877}
6878void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) {
6879 ParseGoogleTestFlagsOnlyImpl(argc, argv);
6880}

Callers 1

InitGoogleTestImplFunction · 0.85

Calls 1

Tested by

no test coverage detected