Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
d0e0529a
Commit
d0e0529a
authored
Dec 07, 2020
by
Abseil Team
Committed by
Andy Getz
Dec 07, 2020
Browse files
Googletest export
Update README to clarify supported platforms PiperOrigin-RevId: 346140983
parent
93748a94
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
33 deletions
+36
-33
README.md
README.md
+36
-33
No files found.
README.md
View file @
d0e0529a
# GoogleTest
# GoogleTest
#### OSS Builds Status
:
#### OSS Builds Status
[

](https://travis-ci.org/google/googletest)
[

](https://travis-ci.org/google/googletest)
[

](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
[

](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
### Announcements
:
### Announcements
#### Release 1.10.x
#### Release 1.10.x
...
@@ -25,7 +25,7 @@ This repository is a merger of the formerly separate GoogleTest and GoogleMock
...
@@ -25,7 +25,7 @@ This repository is a merger of the formerly separate GoogleTest and GoogleMock
projects. These were so closely related that it makes sense to maintain and
projects. These were so closely related that it makes sense to maintain and
release them together.
release them together.
### Getting
s
tarted
:
### Getting
S
tarted
The information for
**GoogleTest**
is available in the
The information for
**GoogleTest**
is available in the
[
GoogleTest Primer
](
googletest/docs/primer.md
)
documentation.
[
GoogleTest Primer
](
googletest/docs/primer.md
)
documentation.
...
@@ -49,18 +49,41 @@ More detailed documentation for googletest is in its interior
...
@@ -49,18 +49,41 @@ More detailed documentation for googletest is in its interior
*
Various options for running the tests.
*
Various options for running the tests.
*
XML test report generation.
*
XML test report generation.
## Platforms
##
Supported
Platforms
GoogleTest has been used on a variety of platforms:
GoogleTest requires a codebase and compiler compliant with the C++11 standard or
newer.
The GoogleTest code is officially supported on the following platforms.
Operating systems or tools not listed below are community-supported. For
community-supported platforms, patches that do not complicate the code may be
considered.
If you notice any problems on your platform, please file an issue on the
[
GoogleTest GitHub Issue Tracker
](
https://github.com/google/googletest/issues
)
.
Pull requests containing fixes are welcome!
### Operating Systems
*
Linux
*
Linux
*
M
ac
OS
X
*
m
acOS
*
Windows
*
Windows
*
Cygwin
*
MinGW
### Compilers
*
Windows Mobile
*
Symbian
*
gcc 5.0+
*
PlatformIO
*
clang 5.0+
*
MSVC 2015+
**macOS users:**
Xcode 9.3+ provides clang 5.0+.
### Build Systems
*
[
Bazel
](
https://bazel.build/
)
*
[
CMake
](
https://cmake.org/
)
**Note:**
Bazel is the build system used by the team internally and in tests.
CMake is supported on a best-effort basis and by the community.
## Who Is Using GoogleTest?
## Who Is Using GoogleTest?
...
@@ -104,29 +127,9 @@ tests.
...
@@ -104,29 +127,9 @@ tests.
[
Cornichon
](
https://pypi.org/project/cornichon/
)
is a small Gherkin DSL parser
[
Cornichon
](
https://pypi.org/project/cornichon/
)
is a small Gherkin DSL parser
that generates stub code for GoogleTest.
that generates stub code for GoogleTest.
## Requirements
## Contributing Changes
GoogleTest is designed to have fairly minimal requirements to build and use with
your projects, but there are some. If you notice any problems on your platform,
please file an issue on the
[
GoogleTest GitHub Issue Tracker
](
https://github.com/google/googletest/issues
)
.
Patches for fixing them are welcome!
### Build Requirements
These are the base requirements to build and use GoogleTest from a source
package:
*
[
Bazel
](
https://bazel.build/
)
or
[
CMake
](
https://cmake.org/
)
. NOTE: Bazel is
the build system that GoogleTest is using internally and tests against.
CMake is community-supported.
*
A C++11-standard-compliant compiler
## Contributing change
Please read
the
[
`CONTRIBUTING.md`
](
CONTRIBUTING.md
)
for details on how to
Please read
[
`CONTRIBUTING.md`
](
CONTRIBUTING.md
)
for details on how to
contribute to this project.
contribute to this project.
Happy testing!
Happy testing!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment