Move tests/moduletests.rs into lib/simplejit/tests.

These tests depend on cranelift-simplejit, which is higher-level than the
other crates they depend on, so lib/simplejit is a good place for them.
This commit is contained in:
Dan Gohman
2018-09-19 20:07:30 -07:00
parent 6e9c33a1ef
commit c840fb2f08
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ winapi = { version = "0.3", features = ["winbase", "memoryapi"] }
[dev-dependencies] [dev-dependencies]
cranelift = { path = "../umbrella", version = "0.21.1" } cranelift = { path = "../umbrella", version = "0.21.1" }
cranelift-frontend = { path = "../frontend", version = "0.21.1" }
cranelift-entity = { path = "../entity", version = "0.21.1" }
[features] [features]
default = ["std"] default = ["std"]