From 8be3f983ead4ea0339517de85b4ce7604b63d737 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 25 Jun 2019 14:52:18 +0200 Subject: [PATCH] tests: bsim_bt: Also compile edtt_ble_test_app in CI To run the BLE EDTT tests in CI, compile also the BLE HCI and GATT edtt_ble_test_app variants Signed-off-by: Alberto Escolar Piedras --- tests/bluetooth/bsim_bt/compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bluetooth/bsim_bt/compile.sh b/tests/bluetooth/bsim_bt/compile.sh index 80369fcc699..242511ab07b 100755 --- a/tests/bluetooth/bsim_bt/compile.sh +++ b/tests/bluetooth/bsim_bt/compile.sh @@ -54,3 +54,5 @@ function compile(){ app=tests/bluetooth/bsim_bt/bsim_test_app compile app=tests/bluetooth/bsim_bt/bsim_test_app conf_file=prj_split.conf \ compile +app=tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app compile +app=tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app compile