ci: Run also BT edtt_ble_test_app tests

Include in the CI run the EDTT tests

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
Alberto Escolar Piedras 2019-06-25 16:54:02 +02:00 committed by Carles Cufí
commit 1a01a10a87

View file

@ -126,7 +126,7 @@ function on_complete() {
function run_bsim_bt_tests() {
WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim_bt/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/${bsim_bt_test_results_file} \
SEARCH_PATH=tests/bluetooth/bsim_bt/bsim_test_app/tests_scripts \
SEARCH_PATH=tests/bluetooth/bsim_bt/ \
tests/bluetooth/bsim_bt/run_parallel.sh
}