crosvm/common/p9/fuzz/Cargo.toml
Dennis Kempin 6a584d6f99 Integrate p9 and cros-fuzz into crosvm build
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>
2021-08-03 02:25:02 +00:00

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