First commit of (in progress) TeamCity reporter

Should run but is not complete
This commit is contained in:
Phil Nash 2014-12-19 17:52:33 +00:00
parent acf638f2bc
commit db0421e840
6 changed files with 133 additions and 5 deletions

View file

@ -8,6 +8,7 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include "reporters/catch_reporter_teamcity.hpp"
// Some example tag aliases
CATCH_REGISTER_TAG_ALIAS( "[@nhf]", "[failing]~[.]" )