blob: 42376ab523196757974063aff2b5b7153112e767 [file] [log] [blame]
#!/bin/env bash
# Copyright 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
set -eu
bash_source_dir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
source "${bash_source_dir}/_env.sh"
west build -b nrf52_bsim && \
cp -v build/zephyr/zephyr.exe "${test_exe}"