1#!/bin/bash 2# 3# Copyright (c) 2022 Nordic Semiconductor ASA 4# 5# SPDX-License-Identifier: Apache-2.0 6# 7 8if [[ -z "$ZEHPYR_BASE" ]]; then 9 ZEPHYR_BASE=$(west topdir)/zephyr 10fi 11 12$ZEPHYR_BASE/scripts/twister -M -v -T . -W --platform qemu_malta_be $* 13