3 # Common routines for docker test scripts.
5 # Copyright (c) 2016 Red Hat Inc.
8 # Fam Zheng <famz@redhat.com>
10 # This work is licensed under the terms of the GNU GPL, version 2
11 # or (at your option) any later version. See the COPYING file in
12 # the top-level directory.
17 if ! echo "$FEATURES" |
grep -wq -e "$c"; then
18 echo "Prerequisite '$c' not present, skip"
26 config_opts
="--enable-werror \
27 ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
28 --prefix=$INSTALL_DIR \
29 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
31 echo "Configure options:"
33 $QEMU_SRC/configure
$config_opts && make $MAKEFLAGS