diff options
author | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-11-17 22:57:44 (GMT) |
---|---|---|
committer | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-11-17 22:57:44 (GMT) |
commit | b6a296d0f7caff7140f422e49f5398c9ef17504d (patch) | |
tree | f208382485c98a50737bd5e6b4d49057e43ddb7d /include | |
parent | d2849f573052ba8431a887e0034b1be353a0d9b4 (diff) | |
download | googletest-b6a296d0f7caff7140f422e49f5398c9ef17504d.zip googletest-b6a296d0f7caff7140f422e49f5398c9ef17504d.tar.gz googletest-b6a296d0f7caff7140f422e49f5398c9ef17504d.tar.bz2 |
Clarifies how gtest supports different platforms in README and code comments.
Diffstat (limited to 'include')
-rw-r--r-- | include/gtest/internal/gtest-port.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h index c7aba87..5277056 100644 --- a/include/gtest/internal/gtest-port.h +++ b/include/gtest/internal/gtest-port.h @@ -75,6 +75,13 @@ // GTEST_OS_WINDOWS - defined iff compiled on Windows. // GTEST_OS_ZOS - defined iff compiled on IBM z/OS. // +// Among the platforms, Cygwin, Linux, Max OS X, and Windows have the +// most stable support. Since core members of the Google Test project +// don't have access to other platforms, support for them may be less +// stable. If you notice any problems on your platform, please notify +// googletestframework@googlegroups.com (patches for fixing them are +// even more welcome!). +// // Note that it is possible that none of the GTEST_OS_ macros are defined. // // Macros indicating available Google Test features: |