summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/hid/Makefile
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-02-17 13:23:23 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-04-12 17:13:37 +0200
commitb2c4944e16744aee54e312b3be9c044130297f50 (patch)
tree2c47835809d1a909a5f5a8eaf17bc92206ab34e3 /tools/testing/selftests/hid/Makefile
parent8837469ac4de8e72ed972d7123d40218a7922f80 (diff)
downloadlinux-stable-b2c4944e16744aee54e312b3be9c044130297f50.tar.gz
linux-stable-b2c4944e16744aee54e312b3be9c044130297f50.tar.bz2
linux-stable-b2c4944e16744aee54e312b3be9c044130297f50.zip
selftests: hid: import hid-tools hid-keyboards 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. [0] https://gitlab.freedesktop.org/libevdev/hid-tools Cc: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Cc: Peter Hutterer <peter.hutterer@who-t.net> Cc: Roderick Colenbrander <roderick.colenbrander@sony.com> 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/Makefile b/tools/testing/selftests/hid/Makefile
index d16a22477140..181a594ffe92 100644
--- a/tools/testing/selftests/hid/Makefile
+++ b/tools/testing/selftests/hid/Makefile
@@ -7,6 +7,7 @@ include ../../../scripts/Makefile.include
TEST_PROGS := hid-core.sh
TEST_PROGS += hid-gamepad.sh
+TEST_PROGS += hid-keyboard.sh
CXX ?= $(CROSS_COMPILE)g++