summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2025-07-04 02:17:46 +0300
committerShuah Khan <skhan@linuxfoundation.org>2025-07-08 00:34:03 +0300
commit95d32c7ee05001ea6ecd0d9c415dd00599a7dc56 (patch)
tree0337f86a894495c962b8be3ef7022596253638a4 /tools/testing
parente72fe8cbd8a0c111542ccaae932ad323c7edaeb3 (diff)
downloadlinux-95d32c7ee05001ea6ecd0d9c415dd00599a7dc56.tar.xz
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>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 9dae84a74e7f..b95de208265a 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -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