X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Ftest.cpp;fp=tst%2Ftest.cpp;h=b12d04bc178e945b16ec0d9257b2823311713e5a;hb=5d2da8a07411ad6417d6ed8d1be997189cf5ce89;hp=180b0edca640286a520c767d37a74f2a4547eea0;hpb=37a1465a83e4ac4363ed0d8e0fa1ce5055dd2db4;p=blank.git diff --git a/tst/test.cpp b/tst/test.cpp index 180b0ed..b12d04b 100644 --- a/tst/test.cpp +++ b/tst/test.cpp @@ -8,11 +8,7 @@ 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; + blank::Init init; TestRunner runner; TestFactoryRegistry ®istry = TestFactoryRegistry::getRegistry();