Do not run with toolchains that do not support newlib. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
205 B
YAML
11 lines
205 B
YAML
sample:
|
|
description: BSD Sockets API HTTP GET example
|
|
name: socket_http_get
|
|
tests:
|
|
test:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
harness: net
|
|
min_ram: 32
|
|
min_flash: 80
|
|
tags: net socket
|