C/C++ unit testing framework with xUnit-style test organization
C /C++ based unit xUnit test framework
cpputest$ cpputest MyTest.cpp -o MyTest && ./MyTest$ cpputest test1.cpp test2.cpp -I./include -L./lib -o test_suite$ cpputest MyTest.cpp -o MyTest && ./MyTest -v