8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/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
|