Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] selftest: hid: add the missing tests directory
@ 2024-10-08  9:31 Yun Lu
  2024-10-08 19:33 ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Yun Lu @ 2024-10-08  9:31 UTC (permalink / raw)
  To: jikos, bentiss, shuah; +Cc: linux-kselftest, linux-kernel

Commit 160c826b4dd0 ("selftest: hid: add missing run-hid-tools-tests.sh")
has added the run-hid-tools-tests.sh script for it to be installed, but
I forgot to add the tests directory together.

In fact, 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.

Fixes: ffb85d5c9e80 ("selftests: hid: import hid-tools hid-core tests")
Cc: stable@vger.kernel.org
Signed-off-by: Yun Lu <luyun@kylinos.cn>
---
 tools/testing/selftests/hid/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/hid/Makefile b/tools/testing/selftests/hid/Makefile
index 38ae31bb07b5..662209f5fabc 100644
--- a/tools/testing/selftests/hid/Makefile
+++ b/tools/testing/selftests/hid/Makefile
@@ -18,6 +18,7 @@ TEST_PROGS += hid-usb_crash.sh
 TEST_PROGS += hid-wacom.sh
 
 TEST_FILES := run-hid-tools-tests.sh
+TEST_FILES += tests
 
 CXX ?= $(CROSS_COMPILE)g++
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-09  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  9:31 [PATCH] selftest: hid: add the missing tests directory Yun Lu
2024-10-08 19:33 ` Shuah Khan
2024-10-09  6:45   ` luyun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox