Skip to content

Commit 3461a40

Browse files
committed
make rng test data in another file
1 parent ce3bed3 commit 3461a40

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ testing / tooling framework for TetrisGYM
33
to see commands;
44

55
```bash
6-
cargo run -- --help
6+
cargo run --release -- --help
77
```
88

99
to verify various behaviour in the game, first build the ROM then run;
1010

1111
```bash
12-
cargo run -- --test
12+
cargo run --release -- --test
1313
```
1414

1515
uses [rusticnes-core](https://github.com/zeta0134/rusticnes-core)

tests/src/rng.rs

Lines changed: 7 additions & 3 deletions
Large diffs are not rendered by default.

tests/src/rng_seeds.txt

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)