Fuzz test for u8 fails

This commit is contained in:
Kirk Baird
2019-02-20 15:03:32 +11:00
parent 52347d8e6d
commit 38abcc4a24
3 changed files with 32 additions and 0 deletions

View File

@@ -20,3 +20,7 @@ members = ["."]
[[bin]]
name = "fuzz_target_u8"
path = "fuzz_targets/fuzz_target_u8.rs"
[[bin]]
name = "fuzz_target_u16"
path = "fuzz_targets/fuzz_target_u16.rs"