updated to show location of tests

This commit is contained in:
Gordon Williams 2014-04-07 19:03:28 +01:00
parent 3403b13a7f
commit a12fec9bce
2 changed files with 6 additions and 1 deletions

View File

@ -135,7 +135,10 @@ sudo apt-get install ia32-libs
This will create a file called ```functions.html```
Testing
------
There are a bunch of tests in the `tests` directory. See [`tests/README.md`](tests/README.md) for examples on how to run them.
Modifying
--------

View File

@ -1,12 +1,14 @@
Tests
=====
The tests here are run automatically when you type
The tests here are run automatically when you type:
```sh
./espruino --test-all
```
Each test sets the variable `result` to `true` for a pass, or `false` for a failure.
## Other tests
You can find an overview of all of these by running `./espruino --help`.