tests/vm: ensure we build everything by default
The "check" target by itself is not enough to ensure we build the user mode binaries. While we can't test them with check-tcg we can at least include them in the build. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Cc: Richard Henderson <richard.henderson@linaro.org> Cc: Gustavo Romero <gustavo.romero@linaro.org>
This commit is contained in:
parent
0748129684
commit
578774c09a
@ -606,7 +606,7 @@ def parse_args(vmcls):
|
|||||||
parser.add_argument("--build-qemu",
|
parser.add_argument("--build-qemu",
|
||||||
help="build QEMU from source in guest")
|
help="build QEMU from source in guest")
|
||||||
parser.add_argument("--build-target",
|
parser.add_argument("--build-target",
|
||||||
help="QEMU build target", default="check")
|
help="QEMU build target", default="all check")
|
||||||
parser.add_argument("--build-path", default=None,
|
parser.add_argument("--build-path", default=None,
|
||||||
help="Path of build directory, "\
|
help="Path of build directory, "\
|
||||||
"for using build tree QEMU binary. ")
|
"for using build tree QEMU binary. ")
|
||||||
|
Loading…
Reference in New Issue
Block a user