Fixes #695: Reintroduce a workspace declaration to run all tests with cargo;

This commit is contained in:
Benjamin Bouvier
2019-03-05 15:07:21 +01:00
committed by Dan Gohman
parent 27b0933a4a
commit ec521088b7

View File

@@ -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"