Skip to content

Commit

Permalink
s/Google test/Google Test/
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 10, 2018
1 parent 53722b3 commit 753d155
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

- [1. Creating a simple unit test](chapter-04/recipe-01/README.md)
- [2. Defining a unit test using the Catch2 library](chapter-04/recipe-02/README.md)
- [3. Defining a unit test and linking against Google test](chapter-04/recipe-03/README.md)
- [3. Defining a unit test and linking against Google Test](chapter-04/recipe-03/README.md)
- [4. Defining a unit test and linking against Boost test](chapter-04/recipe-04/README.md)
- [5. Using dynamic analysis to detect memory defects](chapter-04/recipe-05/README.md)
- [6. Testing expected failures](chapter-04/recipe-06/README.md)
Expand Down Expand Up @@ -114,7 +114,7 @@
- [1. Using the superbuild pattern](chapter-08/recipe-01/README.md)
- [2. Managing dependencies with a superbuild: I. The Boost libraries](chapter-08/recipe-02/README.md)
- [3. Managing dependencies with a superbuild: II. The FFTW library](chapter-08/recipe-03/README.md)
- [4. Managing dependencies with a superbuild: III. The Google test framework](chapter-08/recipe-04/README.md)
- [4. Managing dependencies with a superbuild: III. The Google Test framework](chapter-08/recipe-04/README.md)
- [5. Managing your project as a superbuild](chapter-08/recipe-05/README.md)


Expand Down
2 changes: 1 addition & 1 deletion chapter-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [1. Creating a simple unit test](recipe-01/README.md)
- [2. Defining a unit test using the Catch2 library](recipe-02/README.md)
- [3. Defining a unit test and linking against Google test](recipe-03/README.md)
- [3. Defining a unit test and linking against Google Test](recipe-03/README.md)
- [4. Defining a unit test and linking against Boost test](recipe-04/README.md)
- [5. Using dynamic analysis to detect memory defects](recipe-05/README.md)
- [6. Testing expected failures](recipe-06/README.md)
Expand Down
2 changes: 1 addition & 1 deletion chapter-04/recipe-03/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defining a unit test and linking against Google test
# Defining a unit test and linking against Google Test

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-04/recipe-03/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Defining a unit test and linking against Google test
Defining a unit test and linking against Google Test
2 changes: 1 addition & 1 deletion chapter-08/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- [1. Using the superbuild pattern](recipe-01/README.md)
- [2. Managing dependencies with a superbuild: I. The Boost libraries](recipe-02/README.md)
- [3. Managing dependencies with a superbuild: II. The FFTW library](recipe-03/README.md)
- [4. Managing dependencies with a superbuild: III. The Google test framework](recipe-04/README.md)
- [4. Managing dependencies with a superbuild: III. The Google Test framework](recipe-04/README.md)
- [5. Managing your project as a superbuild](recipe-05/README.md)
2 changes: 1 addition & 1 deletion chapter-08/recipe-04/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Managing dependencies with a superbuild: III. The Google test framework
# Managing dependencies with a superbuild: III. The Google Test framework

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-08/recipe-04/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Managing dependencies with a superbuild: III. The Google test framework
Managing dependencies with a superbuild: III. The Google Test framework

0 comments on commit 753d155

Please sign in to comment.