Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 333ad31

Browse files
committed
PICKME update extensive tests with attr
1 parent 1617fc4 commit 333ad31

File tree

1 file changed

+2
-0
lines changed
  • crates/libm-test/tests/z_extensive

1 file changed

+2
-0
lines changed

crates/libm-test/tests/z_extensive/run.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ pub fn run() {
3232
macro_rules! mp_extensive_tests {
3333
(
3434
fn_name: $fn_name:ident,
35+
attrs: [$($attr:meta),*],
3536
extra: [$push_to:ident],
3637
) => {
38+
$(#[$attr])*
3739
register_single_test::<libm_test::op::$fn_name::Routine>(&mut $push_to);
3840
};
3941
}

0 commit comments

Comments
 (0)