summaryrefslogtreecommitdiff
path: root/nix-test/build.rs
AgeCommit message (Collapse)Author
2017-12-05Remove nix-test subcrateBryant Mairs
This was doing testing for errno constants and a few other types that is no longer necessary now that these types are all tested within the libc project itself.
2017-10-05Fix use of deprecated item: gcc::ConfigSanchayan Maity
gcc::Config has been renamed to gcc::Build This fixes the following warning during run of cargo test warning: use of deprecated item: gcc::Config has been renamed to gcc::Build --> nix-test/build.rs:16:5 | 16 | gcc::Config::new() | ^^^^^^^^^^^^^^^^ | = note: #[warn(deprecated)] on by default
2016-03-05test: clean up the test build scriptPaul Osborne
Signed-off-by: Paul Osborne <osbpau@gmail.com>
2015-07-09Run 32 bit CI buildsCarl Lerche
2015-03-10Track Rust nightliesCarl Lerche
2015-02-19Test errno definesCarl Lerche