1234567891011121314151617181920 |
- #ifndef TWOBLUECUBES_CATCH_EXTERNAL_INTERFACES_H_INCLUDED
- #define TWOBLUECUBES_CATCH_EXTERNAL_INTERFACES_H_INCLUDED
- #include "../reporters/catch_reporter_bases.hpp"
- #include "catch_console_colour.h"
- #include "catch_reporter_registrars.hpp"
- #include "../reporters/catch_reporter_compact.h"
- #include "../reporters/catch_reporter_console.h"
- #include "../reporters/catch_reporter_junit.h"
- #include "../reporters/catch_reporter_xml.h"
- #endif
|