Skip to content

Commit 3f4d1e0

Browse files
committed
Add an integration test that verifies a list of cases
We need someplace to collect known failures, previous regressions, edge cases that are difficult to construct from generics, and similar. Introduce this here.
1 parent ffe7f0d commit 3f4d1e0

File tree

6 files changed

+750
-5
lines changed

6 files changed

+750
-5
lines changed

crates/libm-test/src/gen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Different generators that can create random or systematic bit patterns.
22
3+
pub mod case_list;
34
pub mod edge_cases;
45
pub mod random;
56
pub mod spaced;

0 commit comments

Comments
 (0)