mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
updated to show location of tests
This commit is contained in:
parent
3403b13a7f
commit
a12fec9bce
@ -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
|
||||
--------
|
||||
|
||||
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user