C++ unit testing framework for writing and running automated tests
C++ unit testing framework similar to JUnit, CppUnit and xUnit
cxxtestgen$ cxxtestgen --error-printer tests/MyTest.h -o MyTestRunner.cpp$ cxxtestgen --error-printer tests/MyTest.h$ cxxtestgen --perl tests/MyTest.h -o MyTestRunner.pl$ g++ -o test_runner MyTestRunner.cpp && ./test_runner$ cxxtestgen --help