[autotests] Fix filename of placement test

This commit is contained in:
Vlad Zahorodnii 2019-09-12 19:45:53 +03:00
parent d74a7c8f7a
commit 2b73484976
2 changed files with 2 additions and 2 deletions

View file

@ -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 testDontCrashReinitializeCompositor SRCS dont_crash_reinitialize_compositor.cpp)
integrationTest(WAYLAND_ONLY NAME testNoGlobalShortcuts SRCS no_global_shortcuts_test.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 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) integrationTest(WAYLAND_ONLY NAME testActivation SRCS activation_test.cpp)
if (XCB_ICCCM_FOUND) if (XCB_ICCCM_FOUND)

View file

@ -323,4 +323,4 @@ void TestPlacement::testPlaceRandom()
} }
WAYLANDTEST_MAIN(TestPlacement) WAYLANDTEST_MAIN(TestPlacement)
#include "placement.moc" #include "placement_test.moc"