mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 00:52:38 +00:00
Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
305 B
YAML
15 lines
305 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
tags: net syslog
|
|
sample:
|
|
description: syslog network backend
|
|
name: syslog_net
|
|
tests:
|
|
sample.net.syslog.with_timefuncs:
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
sample.net.syslog.without_timefuncs:
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=n
|