blob: fee56fee202825f0fe952d7823f53a8f4890dc31 [file] [log] [blame]
[package]
name = "libc-test"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
libc = { path = ".." }
[build-dependencies]
syntex_syntax = "0.13.0"
gcc = { git = "https://github.com/alexcrichton/gcc-rs" }
[lib]
name = "libc_test"
test = false
doctest = false
[[test]]
name = "all"
harness = false