qemu/tests/vm
Alex Bennée ddafa31fae tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS
Now the underlying basevm support passes these along we can expose
some additional variables to our Makefile to allow more customised
tweaking of the build. For example:

  make vm-build-freebsd TARGET_LIST=aarch64-softmmu \
    EXTRA_CONFIGURE_OPTS="--disable-tools --disable-docs" \
    BUILD_TARGET=check-softfloat

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2019-02-08 17:32:35 +00:00
..
basevm.py tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00
centos tests/vm: Add a BaseVM::arch property 2018-10-26 22:03:21 +08:00
freebsd tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00
Makefile.include tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS 2019-02-08 17:32:35 +00:00
netbsd tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00
openbsd tests/vm: Add a BaseVM::arch property 2018-10-26 22:03:21 +08:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
ubuntu.i386 tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00

See docs/devel/testing.rst for help.