mirror of https://github.com/torvalds/linux.git
HID test cases run tests using the run-hid-tools-tests.sh script.
When installed with "make install", the run-hid-tools-tests.sh
script will not be copied over, resulting in the following error message.
make -C tools/testing/selftests/ TARGETS=hid install \
INSTALL_PATH=$KSFT_INSTALL_PATH
cd $KSFT_INSTALL_PATH
./run_kselftest.sh -c hid
selftests: hid: hid-core.sh
bash: ./run-hid-tools-tests.sh: No such file or directory
Add the run-hid-tools-tests.sh script to the TEST_FILES in the Makefile
for it to be installed.
Fixes:
|
||
|---|---|---|
| .. | ||
| progs | ||
| tests | ||
| .gitignore | ||
| Makefile | ||
| config | ||
| config.common | ||
| config.x86_64 | ||
| hid-apple.sh | ||
| hid-core.sh | ||
| hid-gamepad.sh | ||
| hid-ite.sh | ||
| hid-keyboard.sh | ||
| hid-mouse.sh | ||
| hid-multitouch.sh | ||
| hid-sony.sh | ||
| hid-tablet.sh | ||
| hid-usb_crash.sh | ||
| hid-wacom.sh | ||
| hid_bpf.c | ||
| hid_common.h | ||
| hidraw.c | ||
| run-hid-tools-tests.sh | ||
| settings | ||
| vmtest.sh | ||