1 2 3 4 5 6 7 8
macro_rules! include_test_data { ($e:expr) => { include_str!(concat!( env!("CARGO_MANIFEST_DIR"), concat!("/tests/data/", $e) )) }; }