We have a Visual Studio 2008 solution with a large number of projects in it. For the current product, only some of those projects are being used.
We've created a build configuration for that product so we don't have to build every project in the solution.
I want to be able to easily run all the unit tests that are relevant for this build. There are a large number of tests for projects we don't care about at this point. Because those projects aren't in the build, they won't be compiled and therefore we can't test them.
Is there an easier way to define which tests should be run rather than just picking and choosing them from the Test View?