zephyr/tests/bluetooth/bsim_bt
Alberto Escolar Piedras d92fd5a5b8 tests: bsim_bt: Add option to re-build incrementally
In the provided compile.sh script (which builds all bsim_bt
testcases used in the CI regression runs) add the option to
do an incremental build (if possible).
This is just a nicety for users who want to use this script
while testing locally.

This is controller with the existance of the variable INCR_BUILD

For ex., the script can be called, as:
 WORK_DIR=${ZEPHYR_BASE}/my_work_folder INCR_BUILD=y \
 tests/bluetooth/bsim_bt/compile.sh

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-11-21 09:42:46 -05:00
..
bsim_test_app tests: Add new bsim based encrypted BLE link test 2018-11-13 11:14:19 -05:00
README.txt
compile.sh tests: bsim_bt: Add option to re-build incrementally 2018-11-21 09:42:46 -05:00
run_parallel.sh tests bsim_bt: Add scripts to compile and run tests 2018-11-13 11:14:19 -05:00

README.txt

This folder contains tests meant to be run with BabbleSim's physical layer
simulation, and therefore cannot be run directly from sanitycheck