fune/third_party/rust/cstr/tests/compile_test.rs

6 lines
148 B
Rust

#[test]
fn compile_test() {
let t = trybuild::TestCases::new();
t.pass("tests/pass/*.rs");
t.compile_fail("tests/compile_fail/*.rs");
}