Skip to content

Commit

Permalink
add explanation for using ut test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
daixtrose committed Oct 16, 2024
1 parent e0d3d98 commit 8cad8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymorphism/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ As an alternative, the *definition* of `consume` could be in the header `include

## Testing

In this example, we use [µt](https://github.com/boost-ext/ut) as testing framework.
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.

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

Expand Down

0 comments on commit 8cad8a1

Please sign in to comment.