Notes on install and test

This commit is contained in:
Tony Garnock-Jones 2018-05-03 15:21:33 +01:00
parent 47a113026c
commit fecd2f9787
1 changed files with 11 additions and 1 deletions

View File

@ -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: