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