Skip to content

Commit dca33a1

Browse files
Andries Kruithofaescolar
authored andcommitted
Bluetooth: controller: update permutation script
Updated the script that compiles all different permutations so that it starts with the correct configuration file Signed-off-by: Andries Kruithof <[email protected]>
1 parent 4215854 commit dca33a1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

tests/bluetooth/bsim/_compile_permutate_kconfigs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ perm_compile() {
6262
echo "Compile with config overlay:"
6363
cat $3
6464
fi
65-
local app=tests/bluetooth/bsim/ll/edtt/hci_test_app
66-
local conf_file=prj_dut.conf
65+
local app=tests/bluetooth/bsim/edtt_ble_test_app/hci_test_app
66+
local conf_file=prj_dut_llcp.conf
6767
local conf_overlay=$3
6868
compile
6969
if [ ! -f ${executable_name} ]; then

tests/bluetooth/bsim/ll/compile.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ app=tests/bluetooth/bsim/ll/edtt/hci_test_app \
3333
conf_file=prj_dut_llcp.conf compile
3434
app=tests/bluetooth/bsim/ll/edtt/hci_test_app \
3535
conf_file=prj_tst_llcp.conf compile
36-
app=tests/bluetooth/bsim/ll/edtt/hci_test_app \
37-
conf_file=prj_dut.conf compile
38-
app=tests/bluetooth/bsim/ll/edtt/hci_test_app \
39-
conf_file=prj_tst.conf compile
40-
app=tests/bluetooth/bsim/ll/edtt/gatt_test_app \
41-
conf_file=prj.conf compile
4236
app=tests/bluetooth/bsim/ll/edtt/gatt_test_app \
4337
conf_file=prj_llcp.conf compile
4438

0 commit comments

Comments
 (0)