mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
7a62cb0465
Delegate has been restructured to support this change, and sadly Win64 compile exclusion has to be reintroduced to avoid compiling this binary on Windows. Now e2e_tests can explicitly obtain result (including stdout/stderr/ exit code/signal) from command ran in test guests. BUG=b:257303497 Change-Id: Ibcd773b69cca9708a8dacb34cc870ca527fa32c3 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4787727 Auto-Submit: Zihan Chen <zihanchen@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Zihan Chen <zihanchen@google.com>
22 lines
443 B
TOML
22 lines
443 B
TOML
[package]
|
|
name = "fixture"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
arch = { path = "../../arch" }
|
|
base = "*"
|
|
crc32fast = "1.3"
|
|
cfg-if = "*"
|
|
libc = "0.2.65"
|
|
rand = "0.8"
|
|
tempfile = "3"
|
|
prebuilts = { path = "../../prebuilts" }
|
|
log = "*"
|
|
shlex = "*"
|
|
url = "2.3"
|
|
delegate = {path = "../guest_under_test/rootfs/delegate"}
|
|
serde = {version = "*", features = ["derive"]}
|
|
serde_json = "*"
|