diff options
| author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-17 13:28:45 +0100 |
|---|---|---|
| committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-04-12 17:13:37 +0200 |
| commit | 0bb3ed717d9f4f204643e3fd0791be2ddd8eaf4c (patch) | |
| tree | 47fe2b4114d0d8821e927cf25cac5934b7e963bf /tools/testing/selftests/hid/Makefile | |
| parent | 356888cb08890a61f4d4565c5950c070feafada1 (diff) | |
| download | linux-next-0bb3ed717d9f4f204643e3fd0791be2ddd8eaf4c.tar.gz linux-next-0bb3ed717d9f4f204643e3fd0791be2ddd8eaf4c.zip | |
selftests: hid: import hid-tools hid-multitouch and hid-tablets tests
These tests have been developed in the hid-tools[0] tree for a while.
Now that we have a proper selftests/hid kernel entry and that the tests
are more reliable, it is time to directly include those in the kernel
tree.
There are a lot of multitouch tests, and the default timeout of 45 seconds
is not big enough. Bump it to 200 seconds.
[0] https://gitlab.freedesktop.org/libevdev/hid-tools
Cc: Peter Hutterer <peter.hutterer@who-t.net>
Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
Cc: Roderick Colenbrander <roderick.colenbrander@sony.com>
Cc: наб <nabijaczleweli@nabijaczleweli.xyz>
Cc: Blaž Hrastnik <blaz@mxxn.io>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'tools/testing/selftests/hid/Makefile')
| -rw-r--r-- | tools/testing/selftests/hid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/Makefile b/tools/testing/selftests/hid/Makefile index 00b2cc25e24c..d8ad104c3863 100644 --- a/tools/testing/selftests/hid/Makefile +++ b/tools/testing/selftests/hid/Makefile @@ -9,6 +9,8 @@ TEST_PROGS := hid-core.sh TEST_PROGS += hid-gamepad.sh TEST_PROGS += hid-keyboard.sh TEST_PROGS += hid-mouse.sh +TEST_PROGS += hid-multitouch.sh +TEST_PROGS += hid-tablet.sh CXX ?= $(CROSS_COMPILE)g++ |
