]> git.stg.codes - stg.git/blobdiff - tests/main.cpp
Added Makefile for tests for Darwin platform.
[stg.git] / tests / main.cpp
index f561cb16327f24f5f8220cbfd40b7efe84c7ba7f..8827d6d4f0dff26a79a031eb0bf2de10fc4998ac 100644 (file)
@@ -1,16 +1,13 @@
-#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/tut_reporter.hpp"
 
 namespace tut
 {
     test_runner_singleton runner;
 }
 
+volatile time_t stgTime = 0;
+
 int main()
 {
     tut::reporter reporter;