Our application has a bunch of unit test console applications that were written using the boost unit test frame. These test applications are part of the Visual Studio solution (we use VS2008 Professional).
Can I run them as part of a Teamcity build?
So far, I have set up Teamcity to check out the latest source from subversion and build it. Now I would like to launch these console applications as the final build step. I would appreciate any advice on how to do this.
source
share