diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-06-06 16:46:57 +0200 |
---|---|---|
committer | Fam Zheng <famz@redhat.com> | 2016-06-08 15:19:30 +0800 |
commit | d3a49cbed5c18dcdce35f8e39712545ab1fd7cd0 (patch) | |
tree | 26a2d54055ad2a6ce04807c761e5b7a36d4f8a8e /tests/docker | |
parent | 78465d74c23d68959f37e101518661f30382ea77 (diff) | |
download | qemu-d3a49cbed5c18dcdce35f8e39712545ab1fd7cd0.zip qemu-d3a49cbed5c18dcdce35f8e39712545ab1fd7cd0.tar.gz qemu-d3a49cbed5c18dcdce35f8e39712545ab1fd7cd0.tar.bz2 |
tests/docker: build all targets in test-clang
Warnings specific to clang may affect devices that are not build by
x86_64-softmmu and aarch64-softmmu. Build all targets since that
is also what Peter does.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1465224417-141321-7-git-send-email-pbonzini@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/docker')
-rwxr-xr-x | tests/docker/test-clang | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/docker/test-clang b/tests/docker/test-clang index 6745dbe..60e4e97 100755 --- a/tests/docker/test-clang +++ b/tests/docker/test-clang @@ -20,7 +20,5 @@ OPTS="--enable-debug --cxx=clang++ --cc=clang --host-cc=clang" # See also: https://bugzilla.redhat.com/show_bug.cgi?id=1263834 #OPTS="$OPTS --extra-cflags=-fsanitize=undefined \ #--extra-cflags=-fno-sanitize=float-divide-by-zero" -DEF_TARGET_LIST="$(echo {x86_64,aarch64}-softmmu)" -TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ build_qemu $OPTS make $MAKEFLAGS check |