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
|