aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-12 10:21:52 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-12 10:22:50 +0200
commit9b680fadec01789c1fb1317b939c15d186a572c9 (patch)
treed9038076657ec3cf887e5fd2bd14f0155ac25b7e /README.md
parentc4f64cf2556c0f8597e1fbc19d7c664b8da94612 (diff)
downloadnissy-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.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ae0f05..554599d 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,14 @@ commands manually. To build the shell use:
108$ make shell 108$ make shell
109``` 109```
110 110
111This will create an executable called `run`. Then you can for example 111This will create an executable called `run`.
112get a cube from a sequence of moves: 112Optionally, you can run some tests:
113
114```
115$ make shelltest
116```
117
118Then 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"

Generated with cgit - Back to sebastiano.tronto.net