organic/tests/test_loader.rs
Tom Alexander 72c8da94a3
Hook the integration tests into rust's test framework.
Instead of using a hacked-together shell script, use rust's test framework to do the comparison.
2023-04-18 23:50:58 -04:00

2 lines
49 B
Rust

include!(concat!(env!("OUT_DIR"), "/tests.rs"));