Tiny C++ Unit Test Framework
I was working on a small project for personal use that I wrote in C++ and I wanted to test it. Since it’s a tiny project, I didn’t bother installing a well-known test framework that ships with a plethora of features. I just wanted a simple test runner that can show me a failure when it happens
Read more here:
Tiny C++ Unit Test Framework


