Merge commit 'e8dca3e87d
' into sync_from_cg_gcc
This commit is contained in:
parent
a513b2abae
commit
fac57d9a06
41 changed files with 7933 additions and 592 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue