Add test interpret support to filetests

This commit is contained in:
Andrew Brown
2020-04-21 12:00:45 -07:00
parent 8b18fc5937
commit b26ca3cbdd
6 changed files with 162 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.63.0", features = ["testing_hooks"] }
cranelift-frontend = { path = "../frontend", version = "0.63.0" }
cranelift-interpreter = { path = "../interpreter", version = "*" }
cranelift-native = { path = "../native", version = "0.63.0" }
cranelift-reader = { path = "../reader", version = "0.63.0" }
cranelift-preopt = { path = "../preopt", version = "0.63.0" }