I am moving from 2008 to 2010 to try out some of the C++0x features but I noticed that there are test projects in 2010, what are these and how can I use them in my environments?
Asked
Active
Viewed 126 times
1 Answers
1
These are projects that define the Unit Test code for the other projects in your solution.

ChrisF
- 134,786
- 31
- 255
- 325
-
So is this similar to this example: having a separate project (static library) which can be compiled with a separate driver project (only containing winmain.cpp)? For instance: I have a vector math library that I want to test with a variety of client drivers: console applications, DirectX applications, etc. – James Linden Nov 21 '11 at 15:12