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

selftests: print installation complete message

Add installation complete message to Makefile install logic.

Link: https://lore.kernel.org/r/20250703231747.37544-1-skhan@linuxfoundation.org
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

+1
+1
tools/testing/selftests/Makefile
··· 300 300 else \ 301 301 printf "Unable to get version from git describe\n"; \ 302 302 fi 303 + @echo "**Kselftest Installation is complete: $(INSTALL_PATH)**" 303 304 else 304 305 $(error Error: set INSTALL_PATH to use install) 305 306 endif