blob: f9b41b2e7f271b3a14c5659f9732ef89cbe95811 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
set -eu
: "${ZEPHYR_BASE:?ZEPHYR_BASE must be defined}"
INCR_BUILD=1
source ${ZEPHYR_BASE}/tests/bsim/compile.source
app="$(guess_test_relpath)"/connectable compile
app="$(guess_test_relpath)"/connecter compile
app="$(guess_test_relpath)"/dut compile
wait_for_background_jobs