crosvm/e2e_tests/Cargo.toml
Hikaru Nishida a3cad48f93 e2e_tests: Add a helper to read guest clocks
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>
2024-01-22 11:24:14 +00:00

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" }