diff --git a/tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh b/tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh index dcb20010a1b..bf049c331b2 100755 --- a/tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh +++ b/tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh @@ -13,5 +13,6 @@ export BOARD="${BOARD:-nrf5340bsim/nrf5340/cpunet}" source ${ZEPHYR_BASE}/tests/bsim/sh_common.source ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh +${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh wait_for_background_jobs diff --git a/tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt b/tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt index 1d9d73630db..aa326918c90 100644 --- a/tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt +++ b/tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt @@ -2,3 +2,15 @@ # built in the net core) # This file is used in CI to select which tests are run tests/bsim/bluetooth/ll/ +tests/bsim/bluetooth/host/att/eatt_notif +tests/bsim/bluetooth/host/misc/disable +tests/bsim/bluetooth/host/misc/unregister_conn_cb +tests/bsim/bluetooth/host/adv/periodic +tests/bsim/bluetooth/host/adv/extended +tests/bsim/bluetooth/host/adv/chain +tests/bsim/bluetooth/host/l2cap/send_on_connect +tests/bsim/bluetooth/host/central +tests/bsim/bluetooth/host/privacy/central +tests/bsim/bluetooth/host/gatt/authorization +tests/bsim/bluetooth/host/gatt/general +tests/bsim/bluetooth/host/gatt/caching