mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +00:00
First commit of (in progress) TeamCity reporter
Should run but is not complete
This commit is contained in:
parent
acf638f2bc
commit
db0421e840
6 changed files with 133 additions and 5 deletions
|
@ -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]~[.]" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue