qemu-patch-raspberry4/tests/vm
Alex Bennée a4cefbcd9b tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
The "make check" target calls check-qtest which has the appropriate
system binaries as dependencies so we shouldn't need to do two steps
of make invocation. Doing it in two steps was a hangover from when our
make check couldn't run tests in parallel.

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: Do not abuse parallelism when HOST != TARGET architecture 2018-10-26 22:03:21 +08:00
centos tests/vm: Add a BaseVM::arch property 2018-10-26 22:03:21 +08:00
freebsd tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386 2019-02-08 17:32:35 +00:00
Makefile.include tests/vm: move images to $HOME/.cache/qemu-vm/images 2019-02-08 17:32:35 +00:00
netbsd tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386 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: call make check directly for netbsd/freebsd/ubuntu.i386 2019-02-08 17:32:35 +00:00

See docs/devel/testing.rst for help.