MCPcopy Create free account
hub / github.com/BVLC/caffe / ParseGoogleTestFlagsOnly

Function ParseGoogleTestFlagsOnly

src/gtest/gtest-all.cpp:6145–6147  ·  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

6143// Parses the command line for Google Test flags, without initializing
6144// other parts of Google Test.
6145void ParseGoogleTestFlagsOnly(int* argc, char** argv) {
6146 ParseGoogleTestFlagsOnlyImpl(argc, argv);
6147}
6148void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) {
6149 ParseGoogleTestFlagsOnlyImpl(argc, argv);
6150}

Callers 1

InitGoogleTestImplFunction · 0.85

Calls 1

Tested by

no test coverage detected