Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1
+1
tools/testing/selftests/hid/Makefile
··· 18 18 TEST_PROGS += hid-wacom.sh 19 19 20 20 TEST_FILES := run-hid-tools-tests.sh 21 + TEST_FILES += tests 21 22 22 23 CXX ?= $(CROSS_COMPILE)g++ 23 24