Using Visual Studio 2010, is there a way to run all unit tests in a solution automatically after building the solution locally?
This page describes running automated tests from the command line:
http://msdn.microsoft.com/en-us/library/ms182486.aspx
MSTest.exe is the program you need, but there's much more info on the MS web site.