X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3886ef930e3fd54894b8798ab17ef4d3bc0b995a..2d09f6a7afb3481586a9471b0cde35aac271ce9d:/tests/main.cpp diff --git a/tests/main.cpp b/tests/main.cpp index f561cb16..bedbc362 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,7 +1,8 @@ -#include -#include #include +#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;