summaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 20:48:45 (GMT)
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 20:48:45 (GMT)
commit1998cf5d32a19aaffe8652545802744d9133022d (patch)
treed893f35c7534f4a9a3b3619ecf3331ed946d2c33 /include/gtest/internal/gtest-internal.h
parent957ed9fb5210a8e0e51f713387961d2538921aed (diff)
downloadgoogletest-1998cf5d32a19aaffe8652545802744d9133022d.zip
googletest-1998cf5d32a19aaffe8652545802744d9133022d.tar.gz
googletest-1998cf5d32a19aaffe8652545802744d9133022d.tar.bz2
Allow Google Mock to initialize Google Test
Diffstat (limited to 'include/gtest/internal/gtest-internal.h')
-rw-r--r--include/gtest/internal/gtest-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h
index 9e353b6..37faaae 100644
--- a/include/gtest/internal/gtest-internal.h
+++ b/include/gtest/internal/gtest-internal.h
@@ -121,6 +121,9 @@ class UnitTestImpl; // Opaque implementation of UnitTest
template <typename E> class List; // A generic list.
template <typename E> class ListNode; // A node in a generic list.
+// How many times InitGoogleTest() has been called.
+extern int g_init_gtest_count;
+
// The text used in failure messages to indicate the start of the
// stack trace.
extern const char kStackTraceMarker[];