diff options
| author | Shuah Khan <skhan@linuxfoundation.org> | 2025-07-03 17:17:46 -0600 |
|---|---|---|
| committer | Shuah Khan <skhan@linuxfoundation.org> | 2025-07-07 15:34:03 -0600 |
| commit | 95d32c7ee05001ea6ecd0d9c415dd00599a7dc56 (patch) | |
| tree | 0337f86a894495c962b8be3ef7022596253638a4 | |
| parent | e72fe8cbd8a0c111542ccaae932ad323c7edaeb3 (diff) | |
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>
| -rw-r--r-- | tools/testing/selftests/Makefile | 1 |
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 |
