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

Function InitDeathTestSubprocessControlInfo

test/common/gtest/gtest.cpp:1169–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167
1168#if GTEST_HAS_DEATH_TEST
1169 void InitDeathTestSubprocessControlInfo() {
1170 internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag());
1171 }
1172 // Returns a pointer to the parsed --gtest_internal_run_death_test
1173 // flag, or NULL if that flag was not specified.
1174 // This information is useful only in a death test child process.

Callers 1

PostFlagParsingInitMethod · 0.85

Calls 2

resetMethod · 0.65

Tested by

no test coverage detected