Include fuzz testing setup (#274)

This commit is contained in:
Carl Lerche
2018-05-10 14:48:02 -07:00
committed by GitHub
parent 571bb14556
commit 173f9a67e7
6 changed files with 195 additions and 0 deletions

14
tests/h2-fuzz/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "h2-fuzz"
version = "0.0.0"
publish = false
license = "MIT"
[dependencies]
h2 = { path = "../.." }
env_logger = { version = "0.5.3", default-features = false }
futures = "0.1.21"
honggfuzz = "0.5"
http = "0.1.3"
tokio-io = "0.1.4"