diff mbox series

Document tests target in Makefile.help

Message ID 20210407135203.18423-1-toertel@gmail.com
State Accepted
Headers show
Series Document tests target in Makefile.help | expand

Commit Message

Mark Jonas April 7, 2021, 1:52 p.m. UTC
Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 Makefile.help | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile.help b/Makefile.help
index e6f538d..66c002a 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -24,7 +24,7 @@  help:
 	@echo
 	@echo 'Development:'
 	@echo '  randconfig		- generate a random configuration'
+	@echo '  tests			- build and run tests for current configuration'
 	@echo
 	@echo 'Documentation:'
 	@$(MAKE) -f $(srctree)/doc/Makefile help
-