Add notes about the test suite

This commit is contained in:
Joshua Clayton 2016-05-10 21:03:56 -04:00
parent 64cea7b146
commit cbd5af5954

View File

@ -37,6 +37,14 @@ stack install
This will generate a binary in `$HOME/.local/bin`; ensure this directory is in
your `$PATH`.
## Testing
To run the test suite, run:
```sh
stack test
```
## License
Copyright 2016 Josh Clayton. See the [LICENSE](LICENSE).