aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-08-20 22:59:36 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-08-20 22:59:36 +0000
commitaaca1c848767e2bb7935887dca3d540bdc9e6d77 (patch)
tree95e65857114d1e6aa26aefdee5880c26470b4053
parent7d6592b8e7668fde38d304ebffcf9945dc4201a8 (diff)
parentd8711ca47b9ba7461bf0078568e9cab1f6141ce4 (diff)
downloadtf-a-tests-aaca1c848767e2bb7935887dca3d540bdc9e6d77.tar.gz
Merge "Makefile: add missing help_tests info on help target"
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a229d0aa1..a61423856 100644
--- a/Makefile
+++ b/Makefile
@@ -527,7 +527,8 @@ cscope:
.PHONY: help
help:
- @echo "usage: ${MAKE} PLAT=<${PLATFORMS}> <all|tftf|ns_bl1u|ns_bl2u|cactus|ivy|quark|el3_payload|distclean|clean|checkcodebase|checkpatch>"
+ @echo "usage: ${MAKE} PLAT=<${PLATFORMS}> \
+<all|tftf|ns_bl1u|ns_bl2u|cactus|ivy|quark|el3_payload|distclean|clean|checkcodebase|checkpatch|help_tests>"
@echo ""
@echo "PLAT is used to specify which platform you wish to build."
@echo "If no platform is specified, PLAT defaults to: ${DEFAULT_PLAT}"
@@ -550,6 +551,7 @@ help:
@echo " clean Clean the build for the selected platform"
@echo " cscope Generate cscope index"
@echo " distclean Remove all build artifacts for all platforms"
+ @echo " help_tests List all possible sets of tests"
@echo ""
@echo "note: most build targets require PLAT to be set to a specific platform."
@echo ""