]> git.sesse.net Git - casparcg/blob - test/main.cpp
2.0. Fixed rendering stalls caused by ogl frame allocation delays.
[casparcg] / test / main.cpp
1 #include <gtest/gtest.h>\r
2 #include <conio.h>\r
3 #include <windows.h>\r
4 \r
5 int main(int argc, char **argv)\r
6 {\r
7         MoveWindow(GetConsoleWindow(), 0, 0, 800, 1000, true);\r
8         ::testing::InitGoogleTest(&argc, argv);\r
9         RUN_ALL_TESTS();\r
10         getchar();\r
11 }