Can I use Visual Studio's testing facilities in native code?

Posted by Billy ONeal on Stack Overflow See other posts from Stack Overflow or by Billy ONeal
Published on 2010-04-14T03:58:22Z Indexed on 2010/04/14 4:03 UTC
Read the original article Hit count: 261

Is it possible to use Visual Studio's testing system with native code? I have no objection to recompiling the code itself under C++/CLI if it's possible the code can be recompiled without changes -- but the production code shipped has to be native code.

The Premium Edition comes with code coverage support which I might be able to get cheaply from my University -- but I can get the Professional Edition for free from DreamSpark -- and that's the only thing I can see that I'd use. (But I'd use it a LOT)

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio