]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/Cargo.toml
Rollup merge of #97516 - RalfJung:atomics, r=joshtriplett
[rust.git] / compiler / rustc_codegen_gcc / Cargo.toml
index 21f0bfbf69d7fac441bccb879999fbc80bd801b5..211d19a8dc8909546bac8558553d2f8ca5c9959c 100644 (file)
@@ -9,9 +9,17 @@ license = "MIT OR Apache-2.0"
 crate-type = ["dylib"]
 
 [[test]]
-name = "lang_tests"
-path = "tests/lib.rs"
+name = "lang_tests_debug"
+path = "tests/lang_tests_debug.rs"
 harness = false
+[[test]]
+name = "lang_tests_release"
+path = "tests/lang_tests_release.rs"
+harness = false
+
+[features]
+default = ["master"]
+master = ["gccjit/master"]
 
 [dependencies]
 gccjit = { git = "https://github.com/antoyo/gccjit.rs" }