mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
009cb53c76
Cargo already uses the term 'integration test' for tests living in the tests/ directory of a crate. To prevent confusion, rename our 'integration_tests' crate to 'e2e_tests'. BUG=None TEST=presubmit Change-Id: Icfa819eaed08be54ab0f36092f1ba367f3f1ce88 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4004977 Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Zihan Chen <zihanchen@google.com>
17 lines
280 B
TOML
17 lines
280 B
TOML
[package]
|
|
name = "e2e_tests"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "*"
|
|
arch = { path = "../arch" }
|
|
base = "*"
|
|
cfg-if = "*"
|
|
libc = "0.2.65"
|
|
prebuilts = { path = "../prebuilts" }
|
|
tempfile = "3"
|
|
|
|
[features]
|
|
direct = []
|