NAnt + NUnit: Using a Build Script to Run All Test Projects Within a Solution
Occasionally my solutions include multiple test projects. And I'd like NAnt to automatically save pick up the new test projects as their added without having to modify the build script. Turns out that there are a couple of ways to do this. Method 1 <target name="run.tests" description="Runs tests for all test projects in solution." depends="compile">