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
3aef7d7d
Commit
3aef7d7d
authored
Nov 25, 2015
by
ReadmeCritic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README URLs based on HTTP redirects
parent
ffce1a85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
3aef7d7d
...
...
@@ -53,7 +53,7 @@ the following notable projects:
*
The
[
Chromium projects
](
http://www.chromium.org/
)
(
behind
the Chrome
browser and Chrome OS).
*
The
[
LLVM
](
http://llvm.org/
)
compiler.
*
[
Protocol Buffers
](
http
://code.google.com/p/protobuf/
)
, Google's data
*
[
Protocol Buffers
](
http
s://github.com/google/protobuf
)
, Google's data
interchange format.
*
The
[
OpenCV
](
http://opencv.org/
)
computer vision library.
...
...
@@ -66,7 +66,7 @@ Test UI is written in C#.
[
GTest TAP Listener
](
https://github.com/kinow/gtest-tap-listener
)
is an event
listener for Google Test that implements the
[
TAP protocol
](
http://en.wikipedia.org/wiki/Test_Anything_Protocol
)
for test
[
TAP protocol
](
http
s
://en.wikipedia.org/wiki/Test_Anything_Protocol
)
for test
result output. If your test runner understands TAP, you may find it useful.
## Requirements ##
...
...
@@ -110,9 +110,9 @@ We welcome patches. If you plan to contribute a patch, you need to
build Google Test and its own tests from a git checkout (described
below), which has further requirements:
*
[
Python
](
http
://
python.org/
)
v2.3 or newer (for running some of
*
[
Python
](
http
s://www.
python.org/
)
v2.3 or newer (for running some of
the tests and re-generating certain source files from templates)
*
[
CMake
](
http
://www.
cmake.org/
)
v2.6.4 or newer
*
[
CMake
](
http
s://
cmake.org/
)
v2.6.4 or newer
## Regenerating Source Files ##
...
...
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