tests: bluetooth: tester: workaround build error
For mysterious reasons this test fails cmake if CONFIG_TEST_USERSPACE=n. Enable it for now, bug tracked in #15232 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
027b6aaf89
commit
3b53e69249
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@ CONFIG_BT_TESTING=y
|
|||
|
||||
CONFIG_UART_CONSOLE=n
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# FIXME: #15232
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue