]> git.lizzy.rs Git - rust.git/commitdiff
no reason not to run tests in miri (once someone writes them)
authorRalf Jung <post@ralfj.de>
Fri, 1 Sep 2017 10:31:02 +0000 (12:31 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 4 Sep 2017 11:01:10 +0000 (13:01 +0200)
Cargo.toml

index 0985c15aece9704dbfc940b35be735dbc3f56e4a..5c25a0dc0b4f003fa2f84d9e202e257394342cfd 100644 (file)
@@ -10,18 +10,15 @@ build = "build.rs"
 [[bin]]
 doc = false
 name = "miri"
-test = false
 path = "miri/bin/miri.rs"
 
 [[bin]]
 doc = false
 name = "cargo-miri"
-test = false
 path = "miri/bin/cargo-miri.rs"
 required-features = ["cargo_miri"]
 
 [lib]
-test = false
 path = "miri/lib.rs"
 
 [dependencies]