-#include <tut/tut.hpp>
-#include <tut_reporter.h>
#include <iostream>
+#include "tut/tut.hpp"
+#include "tut_reporter.h"
+
using std::exception;
using std::cerr;
using std::endl;
test_runner_singleton runner;
}
+volatile time_t stgTime = 0;
+
int main()
{
tut::reporter reporter;