Add more Kconfig options to prj.conf file. In the future we need to compile also in other hw than qemu_x86 in which case we need to create separate test cases for those configurations. Fixes #15282 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
9 lines
194 B
YAML
9 lines
194 B
YAML
common:
|
|
# Only used for compile testing so it is enough to use one platform here.
|
|
platform_whitelist: qemu_x86
|
|
tests:
|
|
net.build:
|
|
build_only: true
|
|
min_ram: 32
|
|
tags: net net-all
|