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
3aef7d7d
Commit
3aef7d7d
authored
Nov 25, 2015
by
ReadmeCritic
Browse files
Update README URLs based on HTTP redirects
parent
ffce1a85
Changes
1
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:
...
@@ -53,7 +53,7 @@ the following notable projects:
*
The
[
Chromium projects
](
http://www.chromium.org/
)
(
behind
the Chrome
*
The
[
Chromium projects
](
http://www.chromium.org/
)
(
behind
the Chrome
browser and Chrome OS).
browser and Chrome OS).
*
The
[
LLVM
](
http://llvm.org/
)
compiler.
*
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.
interchange format.
*
The
[
OpenCV
](
http://opencv.org/
)
computer vision library.
*
The
[
OpenCV
](
http://opencv.org/
)
computer vision library.
...
@@ -66,7 +66,7 @@ Test UI is written in C#.
...
@@ -66,7 +66,7 @@ Test UI is written in C#.
[
GTest TAP Listener
](
https://github.com/kinow/gtest-tap-listener
)
is an event
[
GTest TAP Listener
](
https://github.com/kinow/gtest-tap-listener
)
is an event
listener for Google Test that implements the
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.
result output. If your test runner understands TAP, you may find it useful.
## Requirements ##
## Requirements ##
...
@@ -110,9 +110,9 @@ We welcome patches. If you plan to contribute a patch, you need to
...
@@ -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
build Google Test and its own tests from a git checkout (described
below), which has further requirements:
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)
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 ##
## 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