Skip to content

Commit

Permalink
tests/vm: Add missing variables on help
Browse files Browse the repository at this point in the history
Added description of variables missing on vm-test help.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
  • Loading branch information
wainersm authored and stsquad committed Jun 12, 2019
1 parent aea4391 commit eec4b30
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/vm/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ vm-test:
@echo " vm-clean-all - Clean up VM images"
@echo
@echo "Special variables:"
@echo " BUILD_TARGET=foo - override the build target"
@echo " TARGET_LIST=a,b,c - Override target list in builds."
@echo " BUILD_TARGET=foo - Override the build target"
@echo " TARGET_LIST=a,b,c - Override target list in builds"
@echo ' EXTRA_CONFIGURE_OPTS="..."'
@echo " J=[0..9]* - Override the -jN parameter for make commands"
@echo " DEBUG=1 - Enable verbose output on host and interactive debugging"
@echo " V=1 - Enable verbose ouput on host and guest commands"
@echo " QEMU=/path/to/qemu - Change path to QEMU binary"

vm-build-all: $(addprefix vm-build-, $(IMAGES))

Expand Down

0 comments on commit eec4b30

Please sign in to comment.