diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-04 19:33:05 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2020-12-04 20:11:41 (GMT) |
| commit | f1f5cc9e0c113bf44c7ca2ce58ed1c41089a1b7f (patch) | |
| tree | ce20d71a92ed1010759f1919b29aa87dd04e52f8 /docs | |
| parent | 3fb1faceab8c4067cf636e0628ab44fe77582f72 (diff) | |
simulator: Introduce fully automatic testint
Currently the tests do little more than fire up the simulator and
switch into (and out of) the built in applications. However this is
useful and allows us to fully integrate as a CI job.
Unfortunately the numpy warning from pysdl2 mean we have been forced
to disable all warnings to prevent pytest from collecting and reporting
them.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index 4b8b7a4..68fc0f7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -36,7 +36,7 @@ with pip instead: .. code-block:: sh - pip3 install --user cbor click numpy pexpect Pillow pyserial pysdl2 + pip3 install --user -r wasp/requirements.txt You will also need a toolchain for the Arm Cortex-M4. wasp-os is developed and tested using the `GNU-RM toolchain |
