Lines Matching +full:scripts +full:- +full:tests
3 # SPDX-License-Identifier: Apache-2.0
5 # This script runs the Babblesim CI UART tests.
9 export ZEPHYR_BASE="${ZEPHYR_BASE:-${PWD}}"
12 set -uex
14 echo "UART: Single device tests"
16 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
17 -p nrf52_bsim -p nrf5340bsim/nrf5340/cpuapp --fixture gpio_loopback \
18 -- -uart0_loopback -uart1_loopback
21 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
22 -p nrf54l15bsim/nrf54l15/cpuapp --fixture gpio_loopback \
23 -- -uart2_loopback
25 echo "UART: Multi device tests"
26 WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh
28 SEARCH_PATH=tests/bsim/drivers/uart/ tests/bsim/run_parallel.sh