Added Automake and TAP reporters to SelfTest's main

This commit is contained in:
Martin Hořeňovský 2017-02-22 13:28:36 +01:00
parent b0260c615d
commit 0f24a8c06f
1 changed files with 3 additions and 0 deletions

View File

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