Skip to content

Commit 753d155

Browse files
committed
s/Google test/Google Test/
1 parent 53722b3 commit 753d155

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

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

120120

chapter-04/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- [1. Creating a simple unit test](recipe-01/README.md)
44
- [2. Defining a unit test using the Catch2 library](recipe-02/README.md)
5-
- [3. Defining a unit test and linking against Google test](recipe-03/README.md)
5+
- [3. Defining a unit test and linking against Google Test](recipe-03/README.md)
66
- [4. Defining a unit test and linking against Boost test](recipe-04/README.md)
77
- [5. Using dynamic analysis to detect memory defects](recipe-05/README.md)
88
- [6. Testing expected failures](recipe-06/README.md)

chapter-04/recipe-03/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Defining a unit test and linking against Google test
1+
# Defining a unit test and linking against Google Test
22

33
Abstract to be written ...
44

chapter-04/recipe-03/title.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Defining a unit test and linking against Google test
1+
Defining a unit test and linking against Google Test

chapter-08/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
- [1. Using the superbuild pattern](recipe-01/README.md)
44
- [2. Managing dependencies with a superbuild: I. The Boost libraries](recipe-02/README.md)
55
- [3. Managing dependencies with a superbuild: II. The FFTW library](recipe-03/README.md)
6-
- [4. Managing dependencies with a superbuild: III. The Google test framework](recipe-04/README.md)
6+
- [4. Managing dependencies with a superbuild: III. The Google Test framework](recipe-04/README.md)
77
- [5. Managing your project as a superbuild](recipe-05/README.md)

chapter-08/recipe-04/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Managing dependencies with a superbuild: III. The Google test framework
1+
# Managing dependencies with a superbuild: III. The Google Test framework
22

33
Abstract to be written ...
44

chapter-08/recipe-04/title.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Managing dependencies with a superbuild: III. The Google test framework
1+
Managing dependencies with a superbuild: III. The Google Test framework

0 commit comments

Comments
 (0)