xref: /openbmc/qemu/tests/docker/test-full (revision dbd73b56)
15e8a7fe6SFam Zheng#!/bin/bash
2d710ac87SFam Zheng#
3*dbd73b56SFam Zheng# Compile all the targets.
4d710ac87SFam Zheng#
5*dbd73b56SFam Zheng# Copyright (c) 2016 Red Hat Inc.
6d710ac87SFam Zheng#
7d710ac87SFam Zheng# Authors:
8d710ac87SFam Zheng#  Fam Zheng <famz@redhat.com>
9d710ac87SFam Zheng#
10d710ac87SFam Zheng# This work is licensed under the terms of the GNU GPL, version 2
11d710ac87SFam Zheng# or (at your option) any later version. See the COPYING file in
12d710ac87SFam Zheng# the top-level directory.
13d710ac87SFam Zheng
14d710ac87SFam Zheng. common.rc
15d710ac87SFam Zheng
16*dbd73b56SFam Zhengcd "$BUILD_DIR"
17c16fe84fSFam Zheng
18*dbd73b56SFam Zhengbuild_qemu && make check $MAKEFLAGS && install_qemu
19