From c02b086a48079f07e6a3cec294b7d33a2f3eb775 Mon Sep 17 00:00:00 2001 From: Daniel Albuschat Date: Sun, 28 Jun 2015 09:08:31 +0200 Subject: [PATCH] Update 02-Use_the_Tools_Available.md Fixed punctuation --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 2c462df..e7dc9e1 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -180,7 +180,7 @@ If it is determined by team consensus that the compiler or analyzer is warning o 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. -To further aid in executing tests, consider a library such as [Google Test](https://code.google.com/p/googletest/) or [Catch](https://github.com/philsquared/Catch) or [Boost.Test](http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/index.html) to help you organize the tests. +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/1_55_0/libs/test/doc/html/index.html) to help you organize the tests. ### Unit Tests