1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-11-26 01:54:18 +00:00
micronfig/micronfig_macros/tests/trybuild.rs

5 lines
94 B
Rust

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