From dfae1a4e304b4c03d295db0517d53dbb8f5864de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vnu=C4=8Dec?= <50591550+IvanVnucec@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:13:36 +0200 Subject: [PATCH] Documentation: Add Twister Integration tests instructions Added Twister Integration tests instructions to the README.md file. Signed-off-by: Ivan Vnucec --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 428d348..ea82a97 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,11 @@ Once you have built the application, run the following command to flash it: ```shell west flash ``` + +### Testing + +To execute Twister integration tests, run the following command: + +```shell +west twister -T tests --integration +```