Thursday, June 3, 2010

Yet another C++ unit-testing library (nano-unit++)

http://bitbucket.org/rik0/nano-unit/
Goals: be easy to use, be easy to install
Right now, it does less than needed. However, I plan to add features as I need them. Besides, I want to make it as DRY as C++ allows, even at the cost of fighting with template metaprogramming.
However, I hope I won't need boost, as it would be a rather important and expensive dependency.

No comments: