Skip to content

Commit 95d32c7

Browse files
committed
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 parent e72fe8c commit 95d32c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/selftests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ ifdef INSTALL_PATH
300300
else \
301301
printf "Unable to get version from git describe\n"; \
302302
fi
303+
@echo "**Kselftest Installation is complete: $(INSTALL_PATH)**"
303304
else
304305
$(error Error: set INSTALL_PATH to use install)
305306
endif

0 commit comments

Comments
 (0)