Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
d0e0529a
Commit
d0e0529a
authored
Dec 07, 2020
by
Abseil Team
Committed by
Andy Getz
Dec 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Update README to clarify supported platforms PiperOrigin-RevId: 346140983
parent
93748a94
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
started:
### Getting
Started
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
*
Mac OS X
*
macOS
*
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