Add sanity tests
This commit is contained in:
8
wasi-common-cbindgen/tests/test.rs
Normal file
8
wasi-common-cbindgen/tests/test.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#[test]
|
||||
fn tests() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.pass("tests/no_args.rs");
|
||||
t.pass("tests/val_args.rs");
|
||||
t.pass("tests/ref_args.rs");
|
||||
t.pass("tests/mut_args.rs");
|
||||
}
|
||||
Reference in New Issue
Block a user