X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Ftest.cpp;fp=tst%2Ftest.cpp;h=180b0edca640286a520c767d37a74f2a4547eea0;hb=c592d2d6e230851bd7ed74d98f9046469f4086fd;hp=da6578e4708f6df6c8dd9f01f5a83a49e0907dfc;hpb=7d3ab0dcce7abb6d5f766315685424e82478212f;p=blank.git diff --git a/tst/test.cpp b/tst/test.cpp index da6578e..180b0ed 100644 --- a/tst/test.cpp +++ b/tst/test.cpp @@ -1,3 +1,5 @@ +#include "app/init.hpp" + #include #include @@ -6,6 +8,11 @@ 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();