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:
Andrew Boie 2019-04-05 17:05:14 -07:00 committed by Anas Nashif
commit 3b53e69249

View file

@ -34,3 +34,6 @@ CONFIG_BT_TESTING=y
CONFIG_UART_CONSOLE=n
CONFIG_GPIO=y
# FIXME: #15232
CONFIG_TEST_USERSPACE=y