remove build_only and make them depend on test harness (bluetooth) Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
236 B
YAML
13 lines
236 B
YAML
sample:
|
|
name: HTTP Client
|
|
tests:
|
|
test:
|
|
harness: net
|
|
depends_on: netif
|
|
tags: net http
|
|
test_bt:
|
|
harness: net
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
platform_whitelist: qemu_x86 qemu_cortex_m3
|
|
tags: net http
|