Skip to content

Commit

Permalink
join all tests into a single test binary. this makes them run *much* …
Browse files Browse the repository at this point in the history
…faster
  • Loading branch information
Lokathor committed Oct 7, 2022
1 parent 9d1c40b commit 7d586f9
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tests/all_tests/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#![allow(clippy::approx_constant)]
#![allow(clippy::unnecessary_cast)]
#![allow(clippy::assertions_on_constants)]

mod t_f32x4;
mod t_f32x8;
mod t_f64x2;
mod t_f64x4;
mod t_i16x16;
mod t_i16x8;
mod t_i32x4;
mod t_i32x8;
mod t_i64x2;
mod t_i64x4;
mod t_i8x16;
mod t_i8x32;
mod t_u16x8;
mod t_u32x4;
mod t_u32x8;
mod t_u64x2;
mod t_u64x4;
mod t_u8x16;
mod t_usefulness;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d586f9

Please sign in to comment.