Search code examples
c++unit-testingvisual-studio-2012portabilityvs-unit-testing-framework

Is Visual Studio 2012's new C++ unit testing framework portable?


One of the new features of VS2012 I'm interested in is the integrated C++ unit testing framework. However, I don't want to use it if it locks me in to the the Windows / Visual Studio platform. Does anyone know how portable it is?


Solution

  • It's part of VS2012 so it's for Windows only.