Macro general_test

Source
macro_rules! general_test {
    ($setup:expr, $name:ident, $path:path) => { ... };
}