diff --git a/src/wayland/autotests/client/test_compositor.cpp b/src/wayland/autotests/client/test_compositor.cpp index 89da679411..a8e387ee45 100644 --- a/src/wayland/autotests/client/test_compositor.cpp +++ b/src/wayland/autotests/client/test_compositor.cpp @@ -157,5 +157,5 @@ void TestCompositor::testCast() QCOMPARE((wl_compositor*)c2, wlComp); } -QTEST_MAIN(TestCompositor) +QTEST_GUILESS_MAIN(TestCompositor) #include "test_compositor.moc" diff --git a/src/wayland/autotests/client/test_wayland_blur.cpp b/src/wayland/autotests/client/test_wayland_blur.cpp index db20e516bf..98b574d62f 100644 --- a/src/wayland/autotests/client/test_wayland_blur.cpp +++ b/src/wayland/autotests/client/test_wayland_blur.cpp @@ -165,5 +165,5 @@ void TestBlur::testCreate() QCOMPARE(serverSurface->blur()->region(), QRegion(0, 0, 10, 20)); } -QTEST_MAIN(TestBlur) +QTEST_GUILESS_MAIN(TestBlur) #include "test_wayland_blur.moc" diff --git a/src/wayland/autotests/client/test_wayland_contrast.cpp b/src/wayland/autotests/client/test_wayland_contrast.cpp index 95729c14cf..2e1ab1a66c 100644 --- a/src/wayland/autotests/client/test_wayland_contrast.cpp +++ b/src/wayland/autotests/client/test_wayland_contrast.cpp @@ -176,5 +176,5 @@ void TestContrast::testCreate() QCOMPARE(wl_fixed_from_double(serverSurface->contrast()->saturation()), wl_fixed_from_double(1.7)); } -QTEST_MAIN(TestContrast) +QTEST_GUILESS_MAIN(TestContrast) #include "test_wayland_contrast.moc" diff --git a/src/wayland/autotests/client/test_wayland_region.cpp b/src/wayland/autotests/client/test_wayland_region.cpp index 2fda3d69e0..7249682554 100644 --- a/src/wayland/autotests/client/test_wayland_region.cpp +++ b/src/wayland/autotests/client/test_wayland_region.cpp @@ -281,5 +281,5 @@ void TestRegion::testDestroy() region->destroy(); } -QTEST_MAIN(TestRegion) +QTEST_GUILESS_MAIN(TestRegion) #include "test_wayland_region.moc" diff --git a/src/wayland/autotests/client/test_wayland_slide.cpp b/src/wayland/autotests/client/test_wayland_slide.cpp index d6989fce5d..4960d7c721 100644 --- a/src/wayland/autotests/client/test_wayland_slide.cpp +++ b/src/wayland/autotests/client/test_wayland_slide.cpp @@ -167,5 +167,5 @@ void TestSlide::testCreate() QCOMPARE(serverSurface->slideOnShowHide()->offset(), 15); } -QTEST_MAIN(TestSlide) +QTEST_GUILESS_MAIN(TestSlide) #include "test_wayland_slide.moc" diff --git a/src/wayland/autotests/client/test_wayland_subcompositor.cpp b/src/wayland/autotests/client/test_wayland_subcompositor.cpp index 2e848f8fb2..377ab49296 100644 --- a/src/wayland/autotests/client/test_wayland_subcompositor.cpp +++ b/src/wayland/autotests/client/test_wayland_subcompositor.cpp @@ -169,5 +169,5 @@ void TestSubCompositor::testCast() QCOMPARE((wl_subcompositor*)c2, wlSubComp); } -QTEST_MAIN(TestSubCompositor) +QTEST_GUILESS_MAIN(TestSubCompositor) #include "test_wayland_subcompositor.moc" diff --git a/src/wayland/autotests/client/test_wayland_subsurface.cpp b/src/wayland/autotests/client/test_wayland_subsurface.cpp index 23e166073d..adf88f0f51 100644 --- a/src/wayland/autotests/client/test_wayland_subsurface.cpp +++ b/src/wayland/autotests/client/test_wayland_subsurface.cpp @@ -557,5 +557,5 @@ void TestSubSurface::testCast() QCOMPARE(SubSurface::get(*(subSurface.data())), QPointer(subSurface.data())); } -QTEST_MAIN(TestSubSurface) +QTEST_GUILESS_MAIN(TestSubSurface) #include "test_wayland_subsurface.moc"