]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/StandaloneTest.cpp
test missing option arguments
[blank.git] / tst / integration / StandaloneTest.cpp
index 95dfc3a2568592607b313f9e6ee3398062a605b1..0431b5778d3f9de636674bcd402c69fd377c3850 100644 (file)
@@ -10,7 +10,7 @@ namespace blank {
 namespace test {
 
 void StandaloneTest::setUp() {
-       instance.reset(new TestInstance({ "--no-vsync" }));
+       instance.reset(new TestInstance({ "--standalone", "--no-vsync" }));
        instance->AssertRunning();
 }