|
sample:
|
|
name: HTTPS Client
|
|
tests:
|
|
- test:
|
|
build_only: true
|
|
tags: net http
|
|
platform_exclude: qemu_cortex_m3 # does not fit in SRAM
|
|
depends_on: netif
|
|
- test_bt:
|
|
build_only: true
|
|
platform_whitelist: qemu_x86
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
tags: net http
|