5 # Copyright 2017 Red Hat Inc.
10 # This code is licensed under the GPL version 2 or later. See
11 # the COPYING file in the top-level directory.
17 build_qemu --target-list=x86_64-softmmu || test_fail "Build failed"
19 for t in raw qcow2 nbd luks; do
20 ./check -g quick -$t || test_fail "Test failed: iotests $t"