From 7079a14d5aa6b657876f53d6e72639871d0ab90b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 3 May 2018 15:21:33 +0100 Subject: [PATCH] Notes on install and test --- imperative/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/imperative/README.md b/imperative/README.md index 73bb2d8..58520d7 100644 --- a/imperative/README.md +++ b/imperative/README.md @@ -19,7 +19,17 @@ integrated as just another driver (though the timing characteristics of the old implementation are not precisely preserved). The [ground.rkt](ground.rkt) implementation is much cleaner. -The implementation test suite lives in [test/](test/). +Install the package by getting a Git checkout and running + +```shell +raco pkg install --link -n imperative-syndicate `pwd` +``` + +The implementation test suite lives in [test/](test/). Run it with: + +```shell +raco setup imperative-syndicate; raco test -p imperative-syndicate +``` Try out the "many Racket logos" animation example/demo: