trying to internalize mib codegen
This commit is contained in:
7
satrs-mib/codegen/tests/tests.rs
Normal file
7
satrs-mib/codegen/tests/tests.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[test]
|
||||
fn tests() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.pass("tests/basic.rs");
|
||||
t.pass("tests/verify_gen_struct.rs");
|
||||
//t.pass("tests/group_in_enum.rs");
|
||||
}
|
Reference in New Issue
Block a user