Lines Matching +full:bsim +full:- +full:tests
3 # SPDX-License-Identifier: Apache-2.0
5 #set -x #uncomment this line for debugging
6 set -ue
10 source ${ZEPHYR_BASE}/tests/bsim/compile.source
13 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
15 cmake_extra_args="-DCONFIG_SAMPLE_UNICAST=n" \
19 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
21 cmake_extra_args="-DCONFIG_SAMPLE_SCAN_SELF=y -DCONFIG_SAMPLE_UNICAST=n" \
25 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
30 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
36 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
38 cmake_extra_args="-DCONFIG_SAMPLE_UNICAST=n" \
40 conf_overlay=${sample}/overlay-bt_ll_sw_split.conf \
42 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
44 cmake_extra_args="-DCONFIG_SAMPLE_SCAN_SELF=y -DCONFIG_SAMPLE_UNICAST=n" \
46 conf_overlay=${sample}/overlay-bt_ll_sw_split.conf \
48 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
51 conf_overlay=${sample}/overlay-bt_ll_sw_split.conf \
53 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
56 conf_overlay=${sample}/overlay-bt_ll_sw_split.conf \