blob: f0f386a9e6bbbebce978539804a7a2fb2dc36ad1 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 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)/central" compile
app="$(guess_test_relpath)/peripheral" compile
wait_for_background_jobs