tests/bsim: Also runtime test the UART drivers for the nrf5340
To increase coverage. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
7065b4628b
commit
0d249ecd23
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ set -uex
|
||||||
|
|
||||||
echo "UART: Single device tests"
|
echo "UART: Single device tests"
|
||||||
${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
|
${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
|
||||||
-p nrf52_bsim --fixture gpio_loopback -- -uart0_loopback
|
-p nrf52_bsim -p nrf5340bsim/nrf5340/cpuapp --fixture gpio_loopback \
|
||||||
|
-- -uart0_loopback -uart1_loopback
|
||||||
|
|
||||||
echo "UART: Multi device tests"
|
echo "UART: Multi device tests"
|
||||||
WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh
|
WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue