]> git.localhorst.tv Git - blank.git/blobdiff - tst/test.cpp
"streamlined" model/VAO handling
[blank.git] / tst / test.cpp
index 180b0edca640286a520c767d37a74f2a4547eea0..b12d04bc178e945b16ec0d9257b2823311713e5a 100644 (file)
@@ -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 &registry = TestFactoryRegistry::getRegistry();