Lines Matching +full:bsim +full:- +full:tests
3 # SPDX-License-Identifier: Apache-2.0
5 # Compile all the applications needed by the bsim tests in these subfolders
7 #set -x #uncomment this line for debugging
8 set -ue
11 source ${ZEPHYR_BASE}/tests/bsim/compile.source
13 app=tests/bsim/bluetooth/mesh compile
14 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_pst.conf compile
15 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_gatt.conf compile
16 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_low_lat.conf compile
17 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_psa.conf compile
18 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_workq_sys.conf compile
19 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_pst.conf;overlay_psa.conf" compile
20 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_psa.conf" compile
21 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_workq_sys.conf" compile
22 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_low_lat.conf;overlay_psa.conf" compile
23 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_low_lat.conf" compile
24 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_pst.conf;overlay_gatt.conf" compile
25 app=tests/bsim/bluetooth/mesh \
27 app=tests/bsim/bluetooth/mesh \