Fix wiggle's tests

This commit is contained in:
Jakub Konka
2020-03-11 10:40:23 +01:00
parent ae0a0240ed
commit 7bcbf40f1d
9 changed files with 270 additions and 91 deletions

View File

@@ -16,11 +16,3 @@ syn = { version = "1.0", features = ["full"] }
wiggle-runtime = { path = "crates/runtime" }
wiggle-test = { path = "crates/test" }
proptest = "0.9"
[workspace]
members = [
"crates/generate",
"crates/runtime",
"crates/test",
]
exclude = ["crates/WASI"]