ANN: Unit Testing Framework cfix 1.2 Released

I am pleased to announce that a new release of cfix is now available on
http://cfix.sourceforge.net/.

Version 1.2 introduces a number of improvements, the most important
being improved support for C++: In addition to the existing C API, cfix
1.2 introduces a new, easier to use, C++ specific API.

For a quick overview of the new features, please refer to my blog post at
http://jpassing.wordpress.com/?p=163

Tutorials are available on
http://cfix.sourceforge.net/doc/TutorialUserVsCc.html (User C++)
http://cfix.sourceforge.net/doc/TutorialUserVs.html (User C)
http://cfix.sourceforge.net/doc/TutorialKernelWdk.html (Kernel C)

cfix is a unit testing framework for C/C++, specialized for Win32 and NT
kernel mode development. It is open source and licensed under the GNU
Lesser General Public License.

All kind of feedback is very welcome.

–Johannes