Fix readme test script reference.

This commit is contained in:
Eric Freese 2016-04-15 13:40:18 -06:00
parent 6d6e7820f3
commit d7001f2c34

View file

@ -148,7 +148,7 @@ Pull requests are welcome! If you send a pull request, please:
Testing is performed with [`shunit2`](https://github.com/kward/shunit2) (v2.1.6). Documentation can be found [here](http://shunit2.googlecode.com/svn/trunk/source/2.1/doc/shunit2.html).
The test script lives at `script/test.zsh`. To run the tests, run `make test`.
The test script lives at `script/test_runner.zsh`. To run the tests, run `make test`.
## License