summaryrefslogtreecommitdiffstats
path: root/vendor/cstr/tests/compile_test.rs
blob: b3b9d9f6cecfd5bc9f5fcc84dd5ec51a45e1115c (plain)
1
2
3
4
5
6
#[test]
fn compile_test() {
    let t = trybuild::TestCases::new();
    t.pass("tests/pass/*.rs");
    t.compile_fail("tests/compile_fail/*.rs");
}