Whenever conditions are applied to native_posix, they should apply to native_posix_64 too. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
11 lines
240 B
YAML
11 lines
240 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
|
tests:
|
|
net.socket.udp:
|
|
extra_configs:
|
|
- CONFIG_NET_TEST=y
|
|
- CONFIG_NET_LOOPBACK=y
|
|
min_ram: 21
|
|
tags: net socket
|