Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/ll_sw/shell/ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[])
{
Expand Down
7 changes: 7 additions & 0 deletions tests/bluetooth/shell/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading