Fixes #695: Reintroduce a workspace declaration to run all tests with cargo;
This commit is contained in:
committed by
Dan Gohman
parent
27b0933a4a
commit
ec521088b7
@@ -9,6 +9,10 @@ repository = "https://github.com/CraneStation/cranelift"
|
|||||||
publish = false
|
publish = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
# Present here only to make sure that cargo test --all runs tests for all
|
||||||
|
# the crates.
|
||||||
|
[workspace]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "clif-util"
|
name = "clif-util"
|
||||||
path = "src/clif-util.rs"
|
path = "src/clif-util.rs"
|
||||||
|
|||||||
Reference in New Issue
Block a user