mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
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>
19 lines
373 B
TOML
19 lines
373 B
TOML
[package]
|
|
name = "p9-fuzz"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
p9 = { path = "../" }
|
|
cros_fuzz = { path = "../../cros-fuzz" } # provided by ebuild
|
|
|
|
[workspace]
|
|
members = ["."]
|
|
|
|
[[bin]]
|
|
name = "p9_tframe_decode_fuzzer"
|
|
path = "tframe_decode.rs"
|
|
|
|
[patch.crates-io]
|
|
wire_format_derive = { path = "../wire_format_derive" }
|