mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
143 B
Bash
8 lines
143 B
Bash
![]() |
#!/bin/sh
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Runs tests for the HID subsystem
|
||
|
|
||
|
export TARGET=test_keyboard.py
|
||
|
|
||
|
bash ./run-hid-tools-tests.sh
|