d11e9141b2
Extracted tests!
12 lines
237 B
TOML
12 lines
237 B
TOML
[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" }
|