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