Add initial differential fuzzing

Part of #611
This commit is contained in:
Nick Fitzgerald
2020-01-16 16:39:28 -08:00
parent 815576edc5
commit 1bf8de35f3
5 changed files with 237 additions and 8 deletions

View File

@@ -39,3 +39,7 @@ name = "api_calls"
path = "fuzz_targets/api_calls.rs"
test = false
doc = false
[[bin]]
name = "differential"
path = "fuzz_targets/differential.rs"