Sunday, October 26, 2008

testpp c++ testing framework

testpp is a new c++ testing framework I've developed. It's meant to be:
* Easy to use
* Simple enough to be used without macros if desired
* Can run individual tests, files or suites from the command line
* Various output formats, user-definable
* Clear, operator-based assertion syntax

http://github.com/mdg/testpp