tests/vm: ensure we build everything by default
authorAlex Bennée <alex.bennee@linaro.org>
Sat, 9 Mar 2024 11:56:02 +0000 (11:56 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 13 Mar 2024 11:43:52 +0000 (11:43 +0000)
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>
tests/vm/basevm.py

index f8fd751eb147a2c14f24d25d23d54bd852bbb41d..4a1af04b9a77d7d578c6abc58a0c44075b95e9d2 100644 (file)
@@ -606,7 +606,7 @@ def parse_args(vmcls):
     parser.add_argument("--build-qemu",
                         help="build QEMU from source in guest")
     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,
                         help="Path of build directory, "\
                         "for using build tree QEMU binary. ")