Skip to content

Commit f81e03d

Browse files
author
Andrew Boie
committed
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 <[email protected]>
1 parent 92af83d commit f81e03d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/bluetooth/tester/default.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ CONFIG_BT_TESTING=y
3434

3535
CONFIG_UART_CONSOLE=n
3636
CONFIG_GPIO=y
37+
38+
# FIXME: #15232
39+
CONFIG_TEST_USERSPACE=y

0 commit comments

Comments
 (0)