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

6 lines
94 B
Rust
Raw Normal View History

2024-01-02 07:34:39 +00:00
#[test]
fn trybuild() {
let t = trybuild::TestCases::new();
t.pass("tests/configs/*.rs");
}