WinUnit released at CodePlex
I just want to share that WinUnit has been released at Codeplex at http://winunit.codeplex.com. WinUnit is a unit testing framework for native code that seamlessly integrates and takes advantage of Visual C++ compiler features and it is TFS automation friendly.
WinUnit was first developed internally at Microsoft and used among many projects, then it sources were shared on an article on the MSDN Magazine here. After that no new features/fixes have been added. It coordinator and a team of contributors(I am one of them) have started adding new features and fixing existing bugs. This first public release addresses some issues regarding formatting and compiler compatibility, now the minimum compiler required is VC++ version 9.0 which is included in Visual Studio 2008. But the big news is that we ship the test runner already built for you on 32 and 64 bit flavors. We still have many items to priorize, specially an #include hell that happens when you want to test objects developed on MFC and ATL.
Anyway, the core message is that WinUnit it is not a frozen piece of code anymore and we are looking for a community that can help to drive the direction of future releases. So we are open to new suggestions and bug reports.