tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
commita4cefbcd9bc8403c4de8847d422451c2e85aa3f6
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 21 Jan 2019 16:34:35 +0000 (21 16:34 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Feb 2019 17:32:35 +0000 (8 17:32 +0000)
tree765c519fe2ef51006b5610cccec5e28db715b71c
parentbd1497dc87364cff481d4c89ef1f248cfc47e4cf
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>
tests/vm/freebsd
tests/vm/netbsd
tests/vm/ubuntu.i386