]> git.stg.codes - stg.git/blobdiff - tests/main.cpp
Fix stgTime placement
[stg.git] / tests / main.cpp
index f561cb16327f24f5f8220cbfd40b7efe84c7ba7f..bedbc36258b72b358e34653970732ad07a503bf4 100644 (file)
@@ -1,7 +1,8 @@
-#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;
@@ -11,6 +12,8 @@ namespace tut
     test_runner_singleton runner;
 }
 
+volatile time_t stgTime = 0;
+
 int main()
 {
     tut::reporter reporter;