commit | d11e9141b256b627a4679875369102506935f4e4 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Tue Sep 15 23:28:52 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Tue Sep 15 23:28:52 2015 -0700 |
tree | 16e9318368baa2b7c076491d5225c002ae64f50d | |
parent | 1846918fe2893f086a5d30ebf58bb17198681d1a [diff] [blame] |
Switch to ctest crate Extracted tests!
diff --git a/libc-test/src/main.rs b/libc-test/src/main.rs new file mode 100644 index 0000000..e4cb8fe --- /dev/null +++ b/libc-test/src/main.rs
@@ -0,0 +1,6 @@ +#![allow(bad_style)] +extern crate libc; + +use libc::*; + +include!(concat!(env!("OUT_DIR"), "/all.rs"));