autotests: rename file to reflect that it tests only TextInputV2 now
This commit is contained in:
parent
52d3e054f0
commit
cff380962c
2 changed files with 8 additions and 8 deletions
|
@ -259,15 +259,15 @@ if (HAVE_LINUX_INPUT_H)
|
|||
endif()
|
||||
|
||||
########################################################
|
||||
# Test TextInput
|
||||
# Test TextInputV2
|
||||
########################################################
|
||||
set( testTextInput_SRCS
|
||||
test_text_input.cpp
|
||||
set( testTextInputV2_SRCS
|
||||
test_text_input_v2.cpp
|
||||
)
|
||||
add_executable(testTextInput ${testTextInput_SRCS})
|
||||
target_link_libraries( testTextInput Qt5::Test Qt5::Gui KF5::WaylandClient Plasma::KWaylandServer)
|
||||
add_test(NAME kwayland-testTextInput COMMAND testTextInput)
|
||||
ecm_mark_as_test(testTextInput)
|
||||
add_executable(testTextInputV2 ${testTextInputV2_SRCS})
|
||||
target_link_libraries( testTextInputV2 Qt5::Test Qt5::Gui KF5::WaylandClient Plasma::KWaylandServer)
|
||||
add_test(NAME kwayland-testTextInputV2 COMMAND testTextInputV2)
|
||||
ecm_mark_as_test(testTextInputV2)
|
||||
|
||||
########################################################
|
||||
# Test Error
|
||||
|
|
|
@ -752,4 +752,4 @@ void TextInputTest::testCommit()
|
|||
}
|
||||
|
||||
QTEST_GUILESS_MAIN(TextInputTest)
|
||||
#include "test_text_input.moc"
|
||||
#include "test_text_input_v2.moc"
|
Loading…
Reference in a new issue