Skip to content

Commit

Permalink
Add instructions for running Shen kernel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doublec committed Oct 7, 2018
1 parent 6fb45cb commit fccb46f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ Copy the KLambda files from the `klambda` directory to the `kl` directory of thi
<Ctrl+D>
$ make
...

## Running Shen Kernel Tests

The Shen kernel tests are in the Shen Sources repository. They can be run with:

$ git clone https://github.com/Shen-Language/shen-sources
$ cd shen-sources/tests
$ shen -l README.shen -l tests.shen

## Current Port State

Expand Down

0 comments on commit fccb46f

Please sign in to comment.