X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/87aae6506d6b530ab954cd8eeb7c3d40664115bc..08dd72f2d8d3d7766e4fa87f01840c3ed8211091:/tests/main.cpp diff --git a/tests/main.cpp b/tests/main.cpp deleted file mode 100644 index 55cb4e8f..00000000 --- a/tests/main.cpp +++ /dev/null @@ -1,23 +0,0 @@ -#include - -#include "tut/tut.hpp" -#include "tut_reporter.h" - -using std::exception; -using std::cerr; -using std::endl; - -namespace tut -{ - test_runner_singleton runner; -} - -int main() -{ - tut::reporter reporter; - tut::runner.get().set_callback(&reporter); - - tut::runner.get().run_tests(); - - return !reporter.all_ok(); -}