mention tests in readme

This commit is contained in:
leaf corcoran 2013-06-06 17:27:49 -07:00
parent 1a436b79b2
commit 6867817df4

View File

@ -8,6 +8,16 @@ See <http://moonscript.org>.
Online demo/compiler at <http://moonscript.org/compiler>.
## Running Tests
Tests are written in MoonScript using [Busted](http://olivinelabs.com/busted/).
In order to run the tests you must compile the test runner file before executing.
```bash
moonc test2.moon && busted test2.lua
```
## License (MIT)
Copyright (C) 2012 by Leaf Corcoran