Update ctest version

This commit is contained in:
gnzlbg 2019-07-03 13:00:03 +02:00
parent 54ea12dff4
commit 5e3866ad56

View File

@ -225,6 +225,12 @@ fn test_apple(target: &str) {
}
});
cfg.skip_roundtrip(|s| match s {
// FIXME: TODO
"utsname" | "statfs" | "dirent" | "utmpx" => true,
_ => false,
});
cfg.generate("../src/lib.rs", "main.rs");
}