2015-09-10 07:46:19 +02:00
|
|
|
[package]
|
|
|
|
name = "libc-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = { path = ".." }
|
|
|
|
|
|
|
|
[build-dependencies]
|
2017-10-27 15:01:20 +02:00
|
|
|
ctest = { git = "https://github.com/alexcrichton/ctest" }
|
2017-08-10 19:33:19 +02:00
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "main"
|
|
|
|
path = "test/main.rs"
|
|
|
|
harness = false
|
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "linux-fcntl"
|
|
|
|
path = "test/linux_fcntl.rs"
|
|
|
|
harness = false
|