8000 Merge pull request #51 from theta682/master · etem/cppbestpractices@b9006b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9006b8

Browse files
authored
Merge pull request cpp-best-practices#51 from theta682/master
Updated URL for Google Test
2 parents 75077c2 + 31ee7e2 commit b9006b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If it is determined by team consensus that the compiler or analyzer is warning o
227227

228228
CMake, mentioned above, has a built in framework for executing tests. Make sure whatever build system you use has a way to execute tests built in.
229229

230-
To further aid in executing tests, consider a library such as [Google Test](https://code.google.com/p/googletest/), [Catch](https://github.com/philsquared/Catch) or [Boost.Test](http://www.boost.org/doc/libs/release/libs/test/) to help you organize the tests.
230+
To further aid in executing tests, consider a library such as [Google Test](https://github.com/google/googletest), [Catch](https://github.com/philsquared/Catch) or [Boost.Test](http://www.boost.org/doc/libs/release/libs/test/) to help you organize the tests.
231231

232232
### Unit Tests
233233

0 commit comments

Comments
 (0)
0