zephyr/samples/net/dtls_server/testcase.ini
Anas Nashif 3bf7ee01ea net: apps: Move net samples to one directory instead of per kernel
Consolidate networking tests into 1 directory where possible and put
files under samples/net where possible.

Change-Id: Ieb65e000e1717f4d53058f87e36840a0786d467b
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00

15 lines
246 B
INI

[test-nano]
tags = net
build_only = true
arch_whitelist = x86
platform_whitelist = qemu_x86
kernel = nano
[test-micro]
tags = net
build_only = true
extra_args = KERNEL_TYPE=micro
kernel = micro
arch_whitelist = x86
platform_whitelist = qemu_x86