X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Ftest.cpp;h=ff1ce710c25c80912d4ab90ed2fd18e61a8d75fd;hb=ab0ba4313c473378b4516e3702d524dc1d1fc5d4;hp=180b0edca640286a520c767d37a74f2a4547eea0;hpb=c592d2d6e230851bd7ed74d98f9046469f4086fd;p=blank.git diff --git a/tst/test.cpp b/tst/test.cpp index 180b0ed..ff1ce71 100644 --- a/tst/test.cpp +++ b/tst/test.cpp @@ -1,5 +1,3 @@ -#include "app/init.hpp" - #include #include @@ -8,12 +6,6 @@ using CppUnit::TextUi::TestRunner; int main(int, char **) { - blank::InitSDL sdl; - blank::InitGL gl; - blank::Window win; - blank::GLContext ctx(win.CreateContext()); - blank::InitGLEW glew; - TestRunner runner; TestFactoryRegistry ®istry = TestFactoryRegistry::getRegistry(); runner.addTest(registry.makeTest());