mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
6a584d6f99
Updates path and includes the libraries in the test runner. BUG=b:193243281,b:191509642 TEST=./run_tests passes and executes the new tests Change-Id: If38126fa6bdf2a0a3dca5a79c6e4d76857617fd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3049671 Tested-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
15 lines
286 B
TOML
15 lines
286 B
TOML
[package]
|
|
name = "p9"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
sys_util = { path = "../../sys_util" } # provided by ebuild
|
|
wire_format_derive = { path = "wire_format_derive", version = "*" }
|
|
|
|
[features]
|
|
trace = []
|
|
|
|
[workspace]
|