]> git.stg.codes - stg.git/blobdiff - tests/main.cpp
Added Makefile for tests for Darwin platform.
[stg.git] / tests / main.cpp
index 55cb4e8f57a3f5e0be6e9a36f7216fee47bf4b18..8827d6d4f0dff26a79a031eb0bf2de10fc4998ac 100644 (file)
@@ -1,17 +1,13 @@
-#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;