Don't use libtest harness for filetests (#4655)
We are using our own test harness for filetests and embedding it in libtest isn't useful. It only hides test output until the end and results in unnecessary noise.
This commit is contained in:
@@ -13,6 +13,11 @@ edition = "2021"
|
||||
name = "clif-util"
|
||||
path = "src/clif-util.rs"
|
||||
|
||||
[[test]]
|
||||
name = "filetests"
|
||||
path = "tests/filetests.rs"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "1.0"
|
||||
cranelift-codegen = { path = "codegen", version = "0.88.0" }
|
||||
|
||||
Reference in New Issue
Block a user