tests/kernel: Test CONFIG_RUNTIME_NMI behavior
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>
This commit is contained in:
parent
e5b157bc1e
commit
1ce435b646
2 changed files with 6 additions and 1 deletions
1
tests/kernel/test_build/runtime_nmi.conf
Normal file
1
tests/kernel/test_build/runtime_nmi.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_RUNTIME_NMI=y
|
|
@ -9,4 +9,8 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue