mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
a3cad48f93
BUG=b:295256641 TEST=make rootfs TEST=./tools/dev_container ./tools/presubmit crosvm_tests_mingw64 TEST=./tools/dev_container ./tools/presubmit crosvm_tests_x86_64 Change-Id: I07c4ec76b4a3d3ca31b26551393befbd7907678b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5188024 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Hikaru Nishida <hikalium@chromium.org>
23 lines
601 B
TOML
23 lines
601 B
TOML
[package]
|
|
name = "e2e_tests"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "*"
|
|
fixture = { path = "fixture" }
|
|
libc = "*"
|
|
net_util = {path = "../net_util"}
|
|
rand = "0.8"
|
|
tempfile = "3"
|
|
prebuilts = { path = "../prebuilts" }
|
|
base = { path = "../base" }
|
|
swap = { path= "../swap" }
|
|
serde_json = "*"
|
|
|
|
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
|
|
net_sys = {path = "../net_sys"}
|
|
|
|
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
|
|
readclock = { path = "./guest_under_test/rootfs/readclock" }
|