You've already forked native_api_1c
mirror of
https://github.com/Sebekerga/native_api_1c.git
synced 2025-06-14 23:45:13 +02:00
7 lines
103 B
Rust
7 lines
103 B
Rust
#[test]
|
|
fn tests() {
|
|
let t = trybuild::TestCases::new();
|
|
|
|
t.pass("tests/to_build/props.rs");
|
|
}
|