Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/testing/selftests/hid/hid-wacom.sh
26302 views
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
# Runs tests for the HID subsystem
4
5
export TARGET=test_wacom_generic.py
6
7
bash ./run-hid-tools-tests.sh
8
9