diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-22 17:49:31 +0200 |
---|---|---|
committer | Fam Zheng <famz@redhat.com> | 2017-09-29 11:14:14 +0800 |
commit | 6283847857d8008046ceddf2db4bd908df0c063a (patch) | |
tree | 22edf5b3f7f429a100e2fdcb901814299cad5cc2 /tests/docker/test-mingw | |
parent | ab161529261928ae7f3556e3220829c34b2686ec (diff) |
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-mingw')
-rwxr-xr-x | tests/docker/test-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index 2adadcb58d..39a1da448e 100755 --- a/tests/docker/test-mingw +++ b/tests/docker/test-mingw @@ -31,6 +31,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do --enable-guest-agent \ --with-sdlabi=1.2 \ --with-gtkabi=2.0 + install_qemu make clean done |