aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 20:48:45 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 20:48:45 +0000
commit1998cf5d32a19aaffe8652545802744d9133022d (patch)
treed893f35c7534f4a9a3b3619ecf3331ed946d2c33 /src/gtest-internal-inl.h
parent957ed9fb5210a8e0e51f713387961d2538921aed (diff)
downloadgoogletest-1998cf5d32a19aaffe8652545802744d9133022d.tar.gz
googletest-1998cf5d32a19aaffe8652545802744d9133022d.tar.bz2
googletest-1998cf5d32a19aaffe8652545802744d9133022d.zip
Allow Google Mock to initialize Google Test
Diffstat (limited to 'src/gtest-internal-inl.h')
-rw-r--r--src/gtest-internal-inl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index faf9464d..b8f67c18 100644
--- a/src/gtest-internal-inl.h
+++ b/src/gtest-internal-inl.h
@@ -1256,6 +1256,11 @@ inline UnitTestImpl* GetUnitTestImpl() {
return UnitTest::GetInstance()->impl();
}
+// Parses the command line for Google Test flags, without initializing
+// other parts of Google Test.
+void ParseGoogleTestFlagsOnly(int* argc, char** argv);
+void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv);
+
} // namespace internal
} // namespace testing