Skip to content

Commit

Permalink
gate test on feature it needs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall committed Oct 25, 2023
1 parent 96fd7cf commit cec9b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eax/tests/aes128eax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
use aes::Aes128;
use eax::Eax;

#[cfg(feature = "std")]
aead::new_test!(aes128eax, "aes128eax", Eax<Aes128>);

0 comments on commit cec9b34

Please sign in to comment.