[PATCH] selftest/hid: increase timeout to 10 min

2024-10-29 Thread Yun Lu
Increase the timeout setting to 10 minutes to allow them have a chance to finish. Cc: sta...@vger.kernel.org Signed-off-by: Yun Lu --- tools/testing/selftests/hid/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/hid/settings b/tools/testing

[PATCH v2] selftest: hid: add the missing tests directory

2024-10-15 Thread Yun Lu
t, the run-hid-tools-tests.sh script uses the scripts in the tests directory to run tests. The tests directory also needs to be added to be installed. v2: add the error message Fixes: ffb85d5c9e80 ("selftests: hid: import hid-tools hid-core tests") Cc: sta...@vger.kernel.org S

[PATCH] selftest: hid: add the missing tests directory

2024-10-08 Thread Yun Lu
tests. The tests directory also needs to be added to be installed. Fixes: ffb85d5c9e80 ("selftests: hid: import hid-tools hid-core tests") Cc: sta...@vger.kernel.org Signed-off-by: Yun Lu --- tools/testing/selftests/hid/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/t

[PATCH] selftest: hid: add missing run-hid-tools-tests.sh

2024-09-29 Thread Yun Lu
id 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 So add the run-hid-tools-tests.sh script to the TEST_FILES in the Makefile. Signed-off-by: Yun Lu --- tools/testing/sel