JBentley
JBentley

Reputation: 6260

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?

Upvotes: 3

Views: 295

Answers (1)

SomeWittyUsername
SomeWittyUsername

Reputation: 18368

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

Upvotes: 3

Related Questions