From 2b7348497663e28edd54feea54bd7b57bbaac385 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 12 Sep 2019 19:45:53 +0300 Subject: [PATCH] [autotests] Fix filename of placement test --- autotests/integration/CMakeLists.txt | 2 +- autotests/integration/{placement.cpp => placement_test.cpp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename autotests/integration/{placement.cpp => placement_test.cpp} (99%) 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"