Skip to content

Commit ce3bed3

Browse files
committed
rng tests
1 parent 6cd0275 commit ce3bed3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ fn main() {
3333

3434
// run tests
3535
if options.test {
36+
rng::test();
37+
println!("rng seeds are the same!");
3638
sps::test();
3739
println!("sps is the same!");
3840
pushdown::test();

tests/src/rng.rs

Lines changed: 6 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)