aboutsummaryrefslogtreecommitdiff
path: root/libc/libc-test/Cargo.toml
blob: dbdb63233f34ca0d7cb7e63a44bdb6e44755231d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "libc-test"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"

[dependencies]
libc = { path = ".." }

[build-dependencies]
ctest = { git = 'https://github.com/alexcrichton/ctest', branch = 'long' }

[[test]]
name = "main"
path = "test/main.rs"
harness = false

[[test]]
name = "linux-fcntl"
path = "test/linux_fcntl.rs"
harness = false