* [PATCH] selftests: print installation complete message
@ 2025-07-03 23:17 Shuah Khan
0 siblings, 0 replies; only message in thread
From: Shuah Khan @ 2025-07-03 23:17 UTC (permalink / raw)
To: shuah; +Cc: Shuah Khan, linux-kselftest, linux-kernel
Add installation complete message to Makefile install logic.
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
---
tools/testing/selftests/Makefile | 1 +
1 file changed, 1 insertion(+)
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
--
2.47.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-03 23:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03 23:17 [PATCH] selftests: print installation complete message Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox