Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
252 B
YAML
11 lines
252 B
YAML
sample:
|
|
description: BSD Sockets API dumb HTTP server example
|
|
name: socket_dumb_http_server
|
|
tests:
|
|
sample.net.sockets.dumb_http_server:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
harness: net
|
|
min_ram: 32
|
|
min_flash: 96
|
|
tags: net socket
|