macro_rules! test {
(async fn $test_name:ident($storage:ident) -> $ret:ty $test:block) => { ... };
(async fn $test_name:ident() -> $ret:ty $test:block) => { ... };
}Expand description
Wraps test fns using hybrid-test! and automatically chooses the right
storage implementation for the target_arch.