]> git.stg.codes - stg.git/blobdiff - tests/tut/tut_reporter.hpp
Додано заголовочні файлі фреймворка для unit-тестування TUT
[stg.git] / tests / tut / tut_reporter.hpp
diff --git a/tests/tut/tut_reporter.hpp b/tests/tut/tut_reporter.hpp
new file mode 100644 (file)
index 0000000..56731d8
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef TUT_REPORTER
+#define TUT_REPORTER
+
+#include <tut/tut_console_reporter.hpp>
+
+namespace tut
+{
+    typedef console_reporter reporter;
+}
+
+#endif