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:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user