Skip to content

Commit

Permalink
fixup! test(ble): Add two split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 1, 2025
1 parent 4b079b9 commit bb55ce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/run-ble-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ else
fi

exe_name=${testcase//\//_}
# Remove trailing underscores
exe_name=${exe_name%%_}

start_dir=$(pwd)
cp build/$testcase/zephyr/zmk.exe "${BSIM_OUT_PATH}/bin/${exe_name}"
Expand Down

0 comments on commit bb55ce4

Please sign in to comment.