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