I am pleased to announce that a new release of cfix is now available on
http://cfix.sourceforge.net/.
cfix is an xUnit testing framework for C and (unmanaged) C++. Unlike
other frameworks, cfix has been specially tailored for Windows
development. In addition to user mode unit tests, cfix 1.1 introduces
the ability to author NT kernel mode unit tests.
For more information please refer to my blog post at
http://jpassing.wordpress.com/?p=73
Tutorials are available on
http://cfix.sourceforge.net/doc/TutorialUserVs.html (User)
http://cfix.sourceforge.net/doc/TutorialKernelWdk.html (Kernel)
The full set of documentation can be found on
http://cfix.sourceforge.net/doc/
cfix is open source software and licensed under the LGPL.
Feedback is very welcome: Please mail to passing at users dot
sourceforge dot net.
--Johannes