libc-rs/libc-test/Cargo.toml
Alex Crichton 5a28433bb1 Run all tests manually
Running a test per thread really doesn't play well with QEMU emulation, so just
make it easy on ourselves and don't run threads.
2015-09-13 23:33:33 -07:00

22 lines
355 B
TOML

[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