Add missing command macro

Seems it was added whilst xdgv6 was in a branch
This commit is contained in:
David Edmundson 2017-09-21 12:51:56 +01:00
parent 01cace30dd
commit a1cfc8a5f3

View file

@ -358,7 +358,7 @@ set( testXdgShellV6_SRCS
)
add_executable(testXdgShellV6 ${testXdgShellV6_SRCS})
target_link_libraries( testXdgShellV6 Qt5::Test Qt5::Gui KF5::WaylandServer KF5::WaylandClient Wayland::Client)
add_test(kwayland-testXdgShellV6 testXdgShellV6)
add_test(kwayland-testXdgShellV6 COMMAND testXdgShellV6)
ecm_mark_as_test(testXdgShellV6)
########################################################