• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# Copyright 2021 The ChromiumOS Authors
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
9cargo build -p crosvm
10cargo nextest run
11