]> git.stg.codes - stg.git/blobdiff - tests/main.cpp
Finalize transition to Boost.UnitTest.
[stg.git] / tests / main.cpp
diff --git a/tests/main.cpp b/tests/main.cpp
deleted file mode 100644 (file)
index bedbc36..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#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;
-    tut::runner.get().set_callback(&reporter);
-
-    tut::runner.get().run_tests();
-
-    return !reporter.all_ok();
-}