In our application, there are a bunch of unit test console applications that have been written using the boost unit test framework. These test applications form part of the Visual Studio Solution (we are using VS2008 Professional).
Is it possible to run these as part of a Teamcity build?
So far I have configured Teamcity to check out the latest source from subversion and build it. Now I would like to run these console applications as a final build step. I would appreciate any advice on how to go about this.