diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-17 13:45:00 +0100 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-04-12 17:13:38 +0200 |
commit | 9898fa566596a259dee3407ba684f9ff0d514944 (patch) | |
tree | d019274746b8afba92a7aa97fdf1dafa59b65c5f /tools/testing/selftests/hid/hid-apple.sh | |
parent | 1dec39d489be13b416ab03d19355c712f1bcb21b (diff) |
selftests: hid: import hid-tools hid-apple 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: Roderick Colenbrander <roderick.colenbrander@sony.com>
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/hid-apple.sh')
-rwxr-xr-x | tools/testing/selftests/hid/hid-apple.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/hid-apple.sh b/tools/testing/selftests/hid/hid-apple.sh new file mode 100755 index 000000000000..656f2d5ae5a9 --- /dev/null +++ b/tools/testing/selftests/hid/hid-apple.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# SPDX-License-Identifier: GPL-2.0 +# Runs tests for the HID subsystem + +export TARGET=test_apple_keyboard.py + +bash ./run-hid-tools-tests.sh |