a20046b5b0
Do not provide the defautl prj.conf to cmake, as that causes it to not use the board overlays, which is not what users would normally expect. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> |
||
---|---|---|
.. | ||
bluetooth | ||
compile.sh | ||
compile.source | ||
README.txt | ||
run_parallel.sh | ||
sh_common.source |
This folder contains tests meant to be run with BabbleSim's physical layer simulation, and therefore cannot be run directly from twister The compile.sh and run_parallel.sh scripts are used by the CI system to build the needed images and execute these tests in batch. You can also run them manually if desired, but be sure to call them setting the variables they expect. For example, from Zephyr's root folder, you can run: WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/compile.sh RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bsim tests/bsim/run_parallel.sh Or to run only a specific subset, e.g. host advertising tests: WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/bluetooth/host/compile.sh RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bsim/bluetooth/host/adv tests/bsim/run_parallel.sh