Skip to content

Commit dbafedd

Browse files
committed
Merge tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest fix from Shuah Khan: - fix test makefile to install tests directory without which the test fails with errors * tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftest: hid: add the missing tests directory
2 parents f8eacd8 + fe05c40 commit dbafedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/hid/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ TEST_PROGS += hid-usb_crash.sh
1818
TEST_PROGS += hid-wacom.sh
1919

2020
TEST_FILES := run-hid-tools-tests.sh
21+
TEST_FILES += tests
2122

2223
CXX ?= $(CROSS_COMPILE)g++
2324

0 commit comments

Comments
 (0)