Skip to content

Commit 8cad8a1

Browse files
committed
add explanation for using ut test framework
1 parent e0d3d98 commit 8cad8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymorphism/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ As an alternative, the *definition* of `consume` could be in the header `include
171171

172172
## Testing
173173

174-
In this example, we use [µt](https://github.com/boost-ext/ut) as testing framework.
174+
In this example, I use [µt](https://github.com/boost-ext/ut) as testing framework for no good reason. It looks promising and lightweight and it was written by [Krzysztof Jusiak](https://github.com/krzysztof-jusiak) whom I adore for his outstanding C++ programming skills and his [C++ Tip of The Week](https://github.com/tip-of-the-week/cpp) collection of crazy C++ riddles.
175175

176176
The one-header version of it is pulled into the project via the CMake call
177177

0 commit comments

Comments
 (0)