This patch provides a test that verifies the correct functionality of CONFIG_RUNTIME_NMI at build time. Change-Id: I92c8af78d327f6f2b8b87573dbf132068ff80a45 Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
17 lines
269 B
INI
17 lines
269 B
INI
[test_debug]
|
|
build_only = true
|
|
tags = apps
|
|
extra_args = CONF_FILE=debug.conf
|
|
|
|
|
|
[test_newlib]
|
|
build_only = true
|
|
tags = apps
|
|
extra_args = CONF_FILE=newlib.conf
|
|
|
|
[test_runtime_nmi]
|
|
build_only = true
|
|
tags = apps
|
|
extra_args = CONF_FILE=runtime_nmi.conf
|
|
arch_whitelist = arm
|