unify testing docs for all platforms

This commit is contained in:
Zeke Sikelianos 2016-10-05 22:21:42 -07:00
parent 156d823b7f
commit a4832c304e
4 changed files with 44 additions and 60 deletions

View file

@ -121,17 +121,7 @@ $ sudo ln -s /usr/lib/libncurses.so.5 /usr/lib/libtinfo.so.5
## Tests
Test your changes conform to the project coding style using:
```bash
$ npm run lint
```
Test functionality using:
```bash
$ ./script/test.py
```
See [Build System Overview: Tests](docs/development/build-system-overview.md#tests)
## Advanced topics