2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
|
|
|
name: HTTPS Client
|
|
|
|
tests:
|
|
|
|
- test:
|
|
|
|
build_only: true
|
|
|
|
tags: net http
|
2017-07-31 21:14:37 +08:00
|
|
|
platform_exclude: qemu_cortex_m3 # does not fit in SRAM
|
|
|
|
depends_on: netif
|
2017-07-28 21:13:32 +08:00
|
|
|
- test_bt:
|
|
|
|
build_only: true
|
|
|
|
platform_whitelist: qemu_x86
|
|
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
|
|
tags: net http
|