1 2 3 4 5 6
macro_rules! test_case { ($fname:expr) => { concat!(env!("CARGO_MANIFEST_DIR"), "/tests/data/", $fname) }; } pub(crate) use test_case;