valco1994 / teamcity-cpp

C++ Unit Test Reporting

Home Page:http://confluence.jetbrains.com/display/TW/Cpp+Unit+Test+Reporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teamcity-cpp

official project GitHub license Travis Build Status

C++ Tests Reporting to TeamCity Continuous Integration Server

Repository consist of C++ files to include in your project that automatically report unit tests to the TeamCity server if run within TeamCity.

The reporting is performed via TeamCity service messages

Alternatively, you can use the XML Report Processing build feature to import results from running tests to TeamCity. You can also use it for frameworks not yet supported, such as CxxTest

See http://confluence.jetbrains.com/display/TW/Cpp+Unit+Test+Reporting for downloads and more information

About

C++ Unit Test Reporting

http://confluence.jetbrains.com/display/TW/Cpp+Unit+Test+Reporting

License:Apache License 2.0


Languages

Language:C++ 80.1%Language:CMake 19.9%