X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fintegration%2FStandaloneTest.cpp;fp=tst%2Fintegration%2FStandaloneTest.cpp;h=0431b5778d3f9de636674bcd402c69fd377c3850;hb=8368621fd8996569e3ca8fc6fd68ac0168742392;hp=95dfc3a2568592607b313f9e6ee3398062a605b1;hpb=5408130b6267448d0fddf4e3001fdc4b915e6496;p=blank.git diff --git a/tst/integration/StandaloneTest.cpp b/tst/integration/StandaloneTest.cpp index 95dfc3a..0431b57 100644 --- a/tst/integration/StandaloneTest.cpp +++ b/tst/integration/StandaloneTest.cpp @@ -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(); }