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
6# nrf54l15bsim/nrf54l15/cpuapp
7
8#set -x #uncomment this line for debugging
9set -ue
10: "${ZEPHYR_BASE:?ZEPHYR_BASE must be set to point to the zephyr root directory}"
11
12export BOARD="${BOARD:-nrf54l15bsim/nrf54l15/cpuapp}"
13
14source ${ZEPHYR_BASE}/tests/bsim/compile.source
15
16app=tests/bsim/bluetooth/ll/multiple_id compile
17
18wait_for_background_jobs
19