zephyr/tests/bluetooth/bsim_bt
Asbjørn Sæbø b41bc06869 Bluetooth: Audio: Media tests - remove superfluous includes
Remove #includes that are not required.

Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
2022-06-05 14:27:05 +02:00
..
bsim_test_advx Bluetooth: Controller: Fix filter accept list and privacy default 2022-05-26 12:26:43 +02:00
bsim_test_app include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bsim_test_audio Bluetooth: Audio: Media tests - remove superfluous includes 2022-06-05 14:27:05 +02:00
bsim_test_eatt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
bsim_test_eatt_notif include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bsim_test_gatt include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bsim_test_gatt_caching include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bsim_test_iso tests: bluetooth: Added VS RX data path to ISO test 2022-05-10 18:55:35 +02:00
bsim_test_l2cap tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
bsim_test_mesh include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bsim_test_multiple tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
bsim_test_notify include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
edtt_ble_test_app include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
README.txt
_compile_permutate_kconfigs.sh
compile.sh tests: bluetooth: Added VS RX data path to ISO test 2022-05-10 18:55:35 +02:00
compile.source
run_parallel.sh everywhere: fix typos 2022-03-18 13:24:08 -04:00

README.txt

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_bt_out tests/bluetooth/bsim_bt/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim_bt/bsim_test_app/tests_scripts tests/bluetooth/bsim_bt/run_parallel.sh