Skip to content

Commit 0d249ec

Browse files
aescolarnashif
authored andcommitted
tests/bsim: Also runtime test the UART drivers for the nrf5340
To increase coverage. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 7065b46 commit 0d249ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bsim/ci.uart.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ set -uex
1313

1414
echo "UART: Single device tests"
1515
${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
16-
-p nrf52_bsim --fixture gpio_loopback -- -uart0_loopback
16+
-p nrf52_bsim -p nrf5340bsim/nrf5340/cpuapp --fixture gpio_loopback \
17+
-- -uart0_loopback -uart1_loopback
1718

1819
echo "UART: Multi device tests"
1920
WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh

0 commit comments

Comments
 (0)