]> git.stg.codes - stg.git/blob - tests/tut/tut_reporter.hpp
Rename 'new tariff' to 'next tariff' and remove conversion std::string to char* in...
[stg.git] / tests / tut / tut_reporter.hpp
1 #ifndef TUT_REPORTER
2 #define TUT_REPORTER
3
4 #include <tut/tut_console_reporter.hpp>
5
6 namespace tut
7 {
8     typedef console_reporter reporter;
9 }
10
11 #endif