Lines Matching +full:bsim +full:- +full:tests
3 # SPDX-License-Identifier: Apache-2.0
5 # Compile all the applications needed by the Bluetooth bsim tests
7 #set -x #uncomment this line for debugging
8 set -ue
11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh
19 ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh
20 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
22 ${ZEPHYR_BASE}/tests/bsim/bluetooth/mesh/compile.sh
23 ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh
25 ${ZEPHYR_BASE}/tests/bsim/bluetooth/hci_uart/compile.sh