File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- [ 1. Creating a simple unit test] ( chapter-04/recipe-01/README.md )
64
64
- [ 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 )
66
66
- [ 4. Defining a unit test and linking against Boost test] ( chapter-04/recipe-04/README.md )
67
67
- [ 5. Using dynamic analysis to detect memory defects] ( chapter-04/recipe-05/README.md )
68
68
- [ 6. Testing expected failures] ( chapter-04/recipe-06/README.md )
114
114
- [ 1. Using the superbuild pattern] ( chapter-08/recipe-01/README.md )
115
115
- [ 2. Managing dependencies with a superbuild: I. The Boost libraries] ( chapter-08/recipe-02/README.md )
116
116
- [ 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 )
118
118
- [ 5. Managing your project as a superbuild] ( chapter-08/recipe-05/README.md )
119
119
120
120
Original file line number Diff line number Diff line change 2
2
3
3
- [ 1. Creating a simple unit test] ( recipe-01/README.md )
4
4
- [ 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 )
6
6
- [ 4. Defining a unit test and linking against Boost test] ( recipe-04/README.md )
7
7
- [ 5. Using dynamic analysis to detect memory defects] ( recipe-05/README.md )
8
8
- [ 6. Testing expected failures] ( recipe-06/README.md )
Original file line number Diff line number Diff line change 1
- # Defining a unit test and linking against Google test
1
+ # Defining a unit test and linking against Google Test
2
2
3
3
Abstract to be written ...
4
4
Original file line number Diff line number Diff line change 1
- Defining a unit test and linking against Google test
1
+ Defining a unit test and linking against Google Test
Original file line number Diff line number Diff line change 3
3
- [ 1. Using the superbuild pattern] ( recipe-01/README.md )
4
4
- [ 2. Managing dependencies with a superbuild: I. The Boost libraries] ( recipe-02/README.md )
5
5
- [ 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 )
7
7
- [ 5. Managing your project as a superbuild] ( recipe-05/README.md )
Original file line number Diff line number Diff line change 1
- # Managing dependencies with a superbuild: III. The Google test framework
1
+ # Managing dependencies with a superbuild: III. The Google Test framework
2
2
3
3
Abstract to be written ...
4
4
Original file line number Diff line number Diff line change 1
- Managing dependencies with a superbuild: III. The Google test framework
1
+ Managing dependencies with a superbuild: III. The Google Test framework
You can’t perform that action at this time.
0 commit comments