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>
This commit is contained in:
Shuah Khan 2025-07-03 17:17:46 -06:00
parent e72fe8cbd8
commit 95d32c7ee0

View file

@ -300,6 +300,7 @@ ifdef INSTALL_PATH
else \
printf "Unable to get version from git describe\n"; \
fi
@echo "**Kselftest Installation is complete: $(INSTALL_PATH)**"
else
$(error Error: set INSTALL_PATH to use install)
endif