Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWayland Server
Commits
bffda09d
Commit
bffda09d
authored
Sep 23, 2020
by
Bhushan Shah
📱
Committed by
Bhushan Shah
Sep 23, 2020
Browse files
autotests: rename file to reflect that it tests only TextInputV2 now
parent
3c5cce16
Changes
2
Hide whitespace changes
Inline
Side-by-side
autotests/client/CMakeLists.txt
View file @
bffda09d
...
...
@@ -259,15 +259,15 @@ if (HAVE_LINUX_INPUT_H)
endif
()
########################################################
# Test TextInput
# Test TextInput
V2
########################################################
set
(
testTextInput_SRCS
test_text_input.cpp
set
(
testTextInput
V2
_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
(
testTextInput
V2
${
testTextInput
V2
_SRCS
}
)
target_link_libraries
(
testTextInput
V2
Qt5::Test Qt5::Gui KF5::WaylandClient Plasma::KWaylandServer
)
add_test
(
NAME kwayland-testTextInput
V2
COMMAND testTextInput
V2
)
ecm_mark_as_test
(
testTextInput
V2
)
########################################################
# Test Error
...
...
autotests/client/test_text_input.cpp
→
autotests/client/test_text_input
_v2
.cpp
View file @
bffda09d
...
...
@@ -752,4 +752,4 @@ void TextInputTest::testCommit()
}
QTEST_GUILESS_MAIN
(
TextInputTest
)
#include
"test_text_input.moc"
#include
"test_text_input
_v2
.moc"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment