Description
C++ projects can add unit tests through a header-only testing framework. This helps developers write assertions and test cases without linking a larger test runtime.
It is development support, not an application for end users. Test results should be part of the build or CI workflow before shipping software.