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
43359642
Commit
43359642
authored
Oct 19, 2015
by
Billy Donahue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #616 from anuragsoni/documentation/fix-readme-for-googletest
update googletest readme to fix broken links
parents
7f4448f4
788dee90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
googletest/README.md
+2
-2
No files found.
googletest/README.md
View file @
43359642
...
@@ -54,7 +54,7 @@ it.
...
@@ -54,7 +54,7 @@ it.
### Using CMake ###
### Using CMake ###
Google Test comes with a CMake build script (
Google Test comes with a CMake build script (
[
CMakeLists.txt
](
master/
CMakeLists.txt
)
) that can be used on a wide range of platforms ("C" stands for
[
CMakeLists.txt
](
CMakeLists.txt
)
) that can be used on a wide range of platforms ("C" stands for
cross-platform.). If you don't have CMake installed already, you can
cross-platform.). If you don't have CMake installed already, you can
download it for free from
<http://www.cmake.org/>
.
download it for free from
<http://www.cmake.org/>
.
...
@@ -136,7 +136,7 @@ these macros are named like `GTEST_XYZ` and you define them to either 1
...
@@ -136,7 +136,7 @@ these macros are named like `GTEST_XYZ` and you define them to either 1
or 0 to enable or disable a certain feature.
or 0 to enable or disable a certain feature.
We list the most frequently used macros below. For a complete list,
We list the most frequently used macros below. For a complete list,
see file
[
include/gtest/internal/gtest-port.h
](
https://github.com/google/googletest/blob/master/
include/gtest/internal/gtest-port.h
)
.
see file
[
include/gtest/internal/gtest-port.h
](
include/gtest/internal/gtest-port.h
)
.
### Choosing a TR1 Tuple Library ###
### Choosing a TR1 Tuple Library ###
...
...
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