17 lines
295 B
INI
17 lines
295 B
INI
|
[test_nano]
|
||
|
build_only = true
|
||
|
tags = apps
|
||
|
arch_whitelist = x86
|
||
|
extra_args = KERNEL_TYPE=nano
|
||
|
kernel = nano
|
||
|
platform_whitelist = qemu_x86 galileo
|
||
|
|
||
|
[test_micro]
|
||
|
kernel = micro
|
||
|
build_only = true
|
||
|
tags = apps
|
||
|
extra_args = KERNEL_TYPE=micro
|
||
|
arch_whitelist = x86
|
||
|
platform_whitelist = qemu_x86 galileo
|
||
|
|