Added bt test code in the http_server sample app and in order to test on Arduino 101 board, added prj_arduino_101.conf file. Change-Id: Ie68a81ee809e8618f70b5fab6fdbd66692401014 Signed-off-by: Wu Jiequan <jiequanx.wu@intel.com>
11 lines
213 B
INI
11 lines
213 B
INI
[test]
|
|
tags = net http
|
|
build_only = true
|
|
platform_whitelist = frdm_k64f qemu_x86 arduino_101
|
|
|
|
[test_bt]
|
|
tags = net bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_bt.conf"
|
|
platform_whitelist = arduino_101
|