MCPcopy Create free account
hub / github.com/apache/singa / ParseGoogleTestFlagsOnly

Function ParseGoogleTestFlagsOnly

test/gtest/gtest-all.cc:6443–6445  ·  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

6441// Parses the command line for Google Test flags, without initializing
6442// other parts of Google Test.
6443void ParseGoogleTestFlagsOnly(int* argc, char** argv) {
6444 ParseGoogleTestFlagsOnlyImpl(argc, argv);
6445}
6446void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) {
6447 ParseGoogleTestFlagsOnlyImpl(argc, argv);
6448}

Callers 1

InitGoogleTestImplFunction · 0.85

Calls 1

Tested by

no test coverage detected