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-clang | |
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-clang')
-rwxr-xr-x | tests/docker/test-clang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/test-clang b/tests/docker/test-clang index 16485e6b7e..1eb61a3af7 100755 --- a/tests/docker/test-clang +++ b/tests/docker/test-clang @@ -24,3 +24,4 @@ OPTS="--enable-debug --cxx=clang++ --cc=clang --host-cc=clang" #--extra-cflags=-fno-sanitize=float-divide-by-zero" build_qemu $OPTS make $MAKEFLAGS check +install_qemu |