Running unit test console applications as part of Teamcity build

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.

+3
source share
1 answer

, , ​​ TeamCity.

, single:

TeamCity , /, ..

+5

Source: https://habr.com/ru/post/1759841/


All Articles