mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-26 01:54:18 +00:00
5 lines
94 B
Rust
5 lines
94 B
Rust
#[test]
|
|
fn trybuild() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/configs/*.rs");
|
|
}
|