diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 10:21:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 10:22:50 +0200 |
| commit | 9b680fadec01789c1fb1317b939c15d186a572c9 (patch) | |
| tree | d9038076657ec3cf887e5fd2bd14f0155ac25b7e /README.md | |
| parent | c4f64cf2556c0f8597e1fbc19d7c664b8da94612 (diff) | |
| download | nissy-core-9b680fadec01789c1fb1317b939c15d186a572c9.tar.gz nissy-core-9b680fadec01789c1fb1317b939c15d186a572c9.zip | |
Added shelltest
Will add more tests when I feel like it
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -108,8 +108,14 @@ commands manually. To build the shell use: | |||
| 108 | $ make shell | 108 | $ make shell |
| 109 | ``` | 109 | ``` |
| 110 | 110 | ||
| 111 | This will create an executable called `run`. Then you can for example | 111 | This will create an executable called `run`. |
| 112 | get a cube from a sequence of moves: | 112 | Optionally, you can run some tests: |
| 113 | |||
| 114 | ``` | ||
| 115 | $ make shelltest | ||
| 116 | ``` | ||
| 117 | |||
| 118 | Then you can for example get a cube from a sequence of moves: | ||
| 113 | 119 | ||
| 114 | ``` | 120 | ``` |
| 115 | $ ./run frommoves -moves "R' U' F" | 121 | $ ./run frommoves -moves "R' U' F" |
