mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
bf81de760a
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. This one gets skipped when run by vmtest.sh as we currently need to test against actual kernel modules (.ko), not built-in to fetch the list of supported devices. [0] https://gitlab.freedesktop.org/libevdev/hid-tools Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Runs tests for the HID subsystem
|
|
|
|
export TARGET=test_usb_crash.py
|
|
|
|
bash ./run-hid-tools-tests.sh
|