diff --git a/autotests/integration/CMakeLists.txt b/autotests/integration/CMakeLists.txt index 0a109cfc34..eb0e672f2b 100644 --- a/autotests/integration/CMakeLists.txt +++ b/autotests/integration/CMakeLists.txt @@ -60,7 +60,7 @@ integrationTest(WAYLAND_ONLY NAME testDontCrashCursorPhysicalSizeEmpty SRCS dont integrationTest(WAYLAND_ONLY NAME testDontCrashReinitializeCompositor SRCS dont_crash_reinitialize_compositor.cpp) integrationTest(WAYLAND_ONLY NAME testNoGlobalShortcuts SRCS no_global_shortcuts_test.cpp) integrationTest(WAYLAND_ONLY NAME testBufferSizeChange SRCS buffer_size_change_test.cpp generic_scene_opengl_test.cpp) -integrationTest(WAYLAND_ONLY NAME testPlacement SRCS placement.cpp) +integrationTest(WAYLAND_ONLY NAME testPlacement SRCS placement_test.cpp) integrationTest(WAYLAND_ONLY NAME testActivation SRCS activation_test.cpp) if (XCB_ICCCM_FOUND) diff --git a/autotests/integration/placement.cpp b/autotests/integration/placement_test.cpp similarity index 99% rename from autotests/integration/placement.cpp rename to autotests/integration/placement_test.cpp index 63cecb58a7..a47d8e4e72 100644 --- a/autotests/integration/placement.cpp +++ b/autotests/integration/placement_test.cpp @@ -323,4 +323,4 @@ void TestPlacement::testPlaceRandom() } WAYLANDTEST_MAIN(TestPlacement) -#include "placement.moc" +#include "placement_test.moc"