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