summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/selftests.pri
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-05-04 10:40:38 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-05-07 14:53:18 +0000
commit630b06f86cdcb29fe65df05d20f31f39f82cbeed (patch)
tree3743fa52a111efa455ecb4701bc48200aaf0187a /tests/auto/testlib/selftests/selftests.pri
parentb9835aef1a36688ea99602e25e9c73e645d3851a (diff)
Add self-tests for QTest::keyPress() and QTest::keyRelease()
They didn't exist up until now, and future patches rely on them, so add them. Change-Id: I8afdb9417263b45d43355c688a813bdf99ea5fc8 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/selftests.pri')
-rw-r--r--tests/auto/testlib/selftests/selftests.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/selftests.pri b/tests/auto/testlib/selftests/selftests.pri
index 079f3f7959..ec77cb2049 100644
--- a/tests/auto/testlib/selftests/selftests.pri
+++ b/tests/auto/testlib/selftests/selftests.pri
@@ -27,6 +27,7 @@ SUBPROGRAMS = \
findtestdata \
float \
globaldata \
+ keyboard \
longstring \
maxwarnings \
multiexec \