tests: factor common HostMemory / MemArea code into a separate crate

This commit is contained in:
Pat Hickey
2020-02-21 13:18:42 -08:00
parent f48474b247
commit 0909cf2660
5 changed files with 122 additions and 102 deletions

9
crates/test/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "wiggle-test"
version = "0.1.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>"]
edition = "2018"
[dependencies]
wiggle-runtime = { path = "../runtime" }
proptest = "0.9"