mod c; #[test] fn test_derive() { std::env::set_var( "CARGO_MANIFEST_DIR_OVERRIDE", std::env!("CARGO_MANIFEST_DIR"), ); let t = trybuild::TestCases::new(); t.pass("examples/c.rs"); t.pass("examples/c_with_meta.rs"); t.pass("examples/c_with_prefix.rs"); t.pass("examples/rust.rs"); t.pass("examples/ts.rs"); t.pass("examples/ts_with_meta.rs"); t.pass("examples/ts_with_prefix.rs"); t.pass("examples/two_cddls.rs"); }