1#!/usr/bin/env bash
2# Copyright 2023 Nordic Semiconductor ASA
3# SPDX-License-Identifier: Apache-2.0
4
5# Compile all the applications needed by all bsim UART tests
6
7#set -x #uncomment this line for debugging
8set -ue
9
10: "${ZEPHYR_BASE:?ZEPHYR_BASE must be set to point to the zephyr root directory}"
11
12source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
13
14# Placeholder, nothing yet
15# Add apps needed for multidevice UART tests here
16
17wait_for_background_jobs
18