Write a fuzz test

This commit is contained in:
Kirk Baird
2019-02-20 14:46:25 +11:00
parent 3517ef6513
commit 52347d8e6d
3 changed files with 12 additions and 9 deletions

View File

@@ -18,5 +18,5 @@ git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
members = ["."]
[[bin]]
name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"
name = "fuzz_target_u8"
path = "fuzz_targets/fuzz_target_u8.rs"