mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 17:25:38 +00:00
This enables using echo_server with Bluetooth by passing CONF_FILE=prj_bt.conf, it is also enabled for testing so changes to echo_server are actually tested with NETWORKING_WITH_BT. Change-Id: I1d949798c7a9689ebc2d342ae7342dce32f319e5 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
13 lines
231 B
INI
13 lines
231 B
INI
[test]
|
|
tags = net
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
platform_whitelist = minnowboard
|
|
|
|
[test_bt]
|
|
tags = net,bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_bt.conf"
|
|
arch_whitelist = x86
|
|
platform_whitelist = minnowboard
|