15 lines
279 B
YAML
15 lines
279 B
YAML
|
common:
|
||
|
harness: net
|
||
|
depends_on: netif
|
||
|
tags: net syslog
|
||
|
sample:
|
||
|
description: syslog network backend
|
||
|
name: syslog_net
|
||
|
tests:
|
||
|
test_with_timefuncs:
|
||
|
extra_configs:
|
||
|
- CONFIG_NEWLIB_LIBC=y
|
||
|
test_without_timefuncs:
|
||
|
extra_configs:
|
||
|
- CONFIG_NEWLIB_LIBC=n
|