13 lines
262 B
YAML
13 lines
262 B
YAML
|
sample:
|
||
|
name: HTTP Client
|
||
|
tests:
|
||
|
- test:
|
||
|
build_only: true
|
||
|
depends_on: netif
|
||
|
tags: net http
|
||
|
- test_bt:
|
||
|
build_only: true
|
||
|
extra_args: CONF_FILE="prj_bt.conf"
|
||
|
platform_whitelist: qemu_x86 qemu_cortex_m3
|
||
|
tags: net http
|