mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 05:55:22 +00:00
Whenever conditions are applied to native_posix, they should apply to native_posix_64 too. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
8 lines
155 B
YAML
8 lines
155 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
|
tests:
|
|
net.arp:
|
|
min_ram: 16
|
|
tags: net arp
|