]> git.stg.codes - stg.git/blobdiff - tests/main.cpp
Add notifications in test tariffs class
[stg.git] / tests / main.cpp
index 55cb4e8f57a3f5e0be6e9a36f7216fee47bf4b18..368c93307358fa1df0acde1f510c8a5550eba603 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;
-
 namespace tut
 {
     test_runner_singleton runner;
 }
 
+volatile time_t stgTime = 0;
+
 int main()
 {
     tut::reporter reporter;