X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/87aae6506d6b530ab954cd8eeb7c3d40664115bc..04af0b0b4df91a7a1f579edf17f49a81d10db592:/tests/main.cpp diff --git a/tests/main.cpp b/tests/main.cpp index 55cb4e8f..8827d6d4 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,17 +1,13 @@ -#include - #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;