ANN: Unit testing framework cfix 1.5 released; adds support for EXE targets and kernel mode multithr

Hi,

a new version of cfix, which is an open source unit testing framework
for user and kernel mode C and C++, is now available for download. Among
several minor improvements and fixes, cfix 1.5 adds two important new
features: The ability to implement unit tests as part of (existing) EXE
projects and support for multithreaded kernel mode unit tests.

For more details on these features, please refer to this blog post:
http://jpassing.com/?p=492

Updated cfix binaries and source code are available here:
https://sourceforge.net/projects/cfix/files/cfix/

Tutorials can be found here:
http://www.cfix-testing.org/doc/TutorialUserVsCc.html (Usermode C++)
http://www.cfix-testing.org/doc/TutorialUserVs.html (Usermode C)
http://www.cfix-testing.org/doc/TutorialKernelWdk.html (Kernel C)

As always, all kind of feedback is welcome!

–Johannes


Johannes Passing - http://jpassing.com/