diff --git a/subsys/bluetooth/controller/ll_sw/shell/ll.c b/subsys/bluetooth/controller/ll_sw/shell/ll.c index 6af986effc210..40bed78f559e4 100644 --- a/subsys/bluetooth/controller/ll_sw/shell/ll.c +++ b/subsys/bluetooth/controller/ll_sw/shell/ll.c @@ -53,7 +53,7 @@ int cmd_ll_addr_read(const struct shell *sh, size_t argc, char *argv[]) } #if defined(CONFIG_BT_CTLR_DTM) -#include "../controller/ll_sw/ll_test.h" +#include "controller/ll_sw/ll_test.h" int cmd_test_tx(const struct shell *sh, size_t argc, char *argv[]) { diff --git a/tests/bluetooth/shell/testcase.yaml b/tests/bluetooth/shell/testcase.yaml index f8c3b7abb299d..6db24ccc0e51f 100644 --- a/tests/bluetooth/shell/testcase.yaml +++ b/tests/bluetooth/shell/testcase.yaml @@ -73,6 +73,13 @@ tests: build_only: true extra_args: CONF_FILE="log.conf" tags: bluetooth + bluetooth.shell.bt_ctrl_dtm: + build_only: true + extra_args: + - CONFIG_BT_CTLR_DTM_HCI=y + tags: bluetooth + platform_allow: + - nrf52840dk/nrf52840 # Bluetooth Audio Compile validation tests bluetooth.shell.audio: