diff --git a/lib/simplejit/Cargo.toml b/lib/simplejit/Cargo.toml index 341e27e750..d1df478224 100644 --- a/lib/simplejit/Cargo.toml +++ b/lib/simplejit/Cargo.toml @@ -23,6 +23,8 @@ winapi = { version = "0.3", features = ["winbase", "memoryapi"] } [dev-dependencies] cranelift = { path = "../umbrella", version = "0.21.1" } +cranelift-frontend = { path = "../frontend", version = "0.21.1" } +cranelift-entity = { path = "../entity", version = "0.21.1" } [features] default = ["std"] diff --git a/cranelift/tests/moduletests.rs b/lib/simplejit/tests/basic.rs similarity index 100% rename from cranelift/tests/moduletests.rs rename to lib/simplejit/tests/basic.rs