linux/tools/testing/selftests/hid
Yun Lu 160c826b4d selftest: hid: add missing run-hid-tools-tests.sh
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: ffb85d5c9e ("selftests: hid: import hid-tools hid-core tests")
Signed-off-by: Yun Lu <luyun@kylinos.cn>
Acked-by: Benjamin Tissoires <bentiss@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2024-10-01 08:39:13 -06:00
..
progs selftests/hid: fix bpf_wq new API 2024-07-24 18:27:21 +02:00
tests selftests/hid: skip tests with HID-BPF if udev-hid-bpf is not installed 2024-05-07 15:39:58 +02:00
.gitignore selftests/hid: Add initial hidraw tests skeleton 2024-08-29 10:39:37 +02:00
Makefile selftest: hid: add missing run-hid-tools-tests.sh 2024-10-01 08:39:13 -06:00
config bpfilter: remove bpfilter 2024-01-04 10:23:10 -08:00
config.common selftests/hid: add KASAN to the VM tests 2024-04-10 16:37:23 +02:00
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-for-linus-2024091602 2024-09-19 09:42:21 +02:00
hid_common.h selftests/hid: extract the utility part of hid_bpf.c into its own header 2024-08-29 10:39:37 +02:00
hidraw.c selftests/hid: Add HIDIOCREVOKE tests 2024-08-29 10:39:37 +02:00
run-hid-tools-tests.sh
settings
vmtest.sh selftests/hid: vmtest.sh: allow finer control on the build steps 2023-12-07 09:52:03 +01:00