cpptest

C++ unit testing framework for automated test development

brewmacoslinux
Try with needOr install directly
Source

About

Unit testing framework handling automated tests in C++

Commands

cpptest

Examples

Create a simple test suite and compile it with cpptest$ g++ -o test_suite test_suite.cpp -lcpptest
Run compiled tests with verbose output$ ./test_suite -v
Execute tests and generate XML report$ ./test_suite --xml test_results.xml