1#!/bin/bash 2# Copyright 2021 The Chromium OS Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file 5 6# We require the crosvm binary to build before running the integration tests. 7# There is an RFC for cargo to allow for this kind of dependency: 8# https://github.com/rust-lang/cargo/issues/9096 9cd $(dirname $0) 10(cd .. && cargo build $@) 11cargo test $@ 12