1#!/usr/bin/env bash 2# Copyright 2018 Oticon A/S 3# SPDX-License-Identifier: Apache-2.0 4 5# Compile all the applications needed by the Bluetooth bsim tests on the nrf5340_cpunet 6 7#set -x #uncomment this line for debugging 8set -ue 9: "${ZEPHYR_BASE:?ZEPHYR_BASE must be set to point to the zephyr root directory}" 10 11export BOARD="${BOARD:-nrf5340bsim/nrf5340/cpunet}" 12 13source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 14 15${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh 16 17wait_for_background_jobs 18