[autotests] Fix filename of placement test
This commit is contained in:
parent
d74a7c8f7a
commit
2b73484976
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -323,4 +323,4 @@ void TestPlacement::testPlaceRandom()
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANDTEST_MAIN(TestPlacement)
|
WAYLANDTEST_MAIN(TestPlacement)
|
||||||
#include "placement.moc"
|
#include "placement_test.moc"
|
Loading…
Reference in a new issue