C++ unit testing framework for automated test development
Unit testing framework handling automated tests in C++
cpptest
$ g++ -o test_suite test_suite.cpp -lcpptest
$ ./test_suite -v
$ ./test_suite --xml test_results.xml