Files
physical/macros/node-poll-variants/tests/test_build.rs
Zack 6fc828e864 Initial node implementation (#4)
Reviewed-on: #4
Co-authored-by: Zack <zack@bfpower.io>
Co-committed-by: Zack <zack@bfpower.io>
2023-07-19 18:09:13 +00:00

5 lines
95 B
Rust

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