Documentation: Add Twister Integration tests instructions

Added Twister Integration tests instructions to the README.md file.

Signed-off-by: Ivan Vnucec <vnucec.ivan@gmail.com>
This commit is contained in:
Ivan Vnučec 2023-08-22 17:13:36 +02:00 committed by Fabio Baltieri
parent 2143dd9c0b
commit dfae1a4e30

View file

@ -78,3 +78,11 @@ Once you have built the application, run the following command to flash it:
```shell ```shell
west flash west flash
``` ```
### Testing
To execute Twister integration tests, run the following command:
```shell
west twister -T tests --integration
```