From 9b680fadec01789c1fb1317b939c15d186a572c9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 12 Oct 2024 10:21:52 +0200 Subject: Added shelltest Will add more tests when I feel like it --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') 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: $ make shell ``` -This will create an executable called `run`. Then you can for example -get a cube from a sequence of moves: +This will create an executable called `run`. +Optionally, you can run some tests: + +``` +$ make shelltest +``` + +Then you can for example get a cube from a sequence of moves: ``` $ ./run frommoves -moves "R' U' F" -- cgit v1.3