diff options
| author | Paolo Bonzini | 2017-09-22 17:49:31 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-29 05:14:14 +0200 |
| commit | 6283847857d8008046ceddf2db4bd908df0c063a (patch) | |
| tree | 22edf5b3f7f429a100e2fdcb901814299cad5cc2 /tests/docker/test-quick | |
| parent | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'... (diff) | |
| download | qemu-6283847857d8008046ceddf2db4bd908df0c063a.tar.gz qemu-6283847857d8008046ceddf2db4bd908df0c063a.tar.xz qemu-6283847857d8008046ceddf2db4bd908df0c063a.zip | |
docker: add installation to build tests
Basic test that "make install" works; this requires msgfmt so add
gettext to the packages.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1506095371-23160-1-git-send-email-pbonzini@redhat.com>
[Rebase to master. - Fam]
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/docker/test-quick')
| -rwxr-xr-x | tests/docker/test-quick | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/test-quick b/tests/docker/test-quick index c465dc06d8..3b7bce6105 100755 --- a/tests/docker/test-quick +++ b/tests/docker/test-quick @@ -19,3 +19,4 @@ DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu" TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ build_qemu make check $MAKEFLAGS +install_qemu |
