samples: use arch_whitelist instead of config_whitelest
Change-Id: I1ef4a2e653ebaa1bf0e62bbc07b29f311c209092 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f5e3be2af7
commit
07e195a273
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
[test]
|
[test]
|
||||||
tags = core
|
tags = core
|
||||||
config_whitelist = CONFIG_ISA_IA32
|
arch_whitelist = x86
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[test]
|
[test]
|
||||||
tags = core
|
tags = core
|
||||||
config_whitelist = CONFIG_CPU_CORTEX_M3_M4
|
arch_whitelist = arm
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[test]
|
[test]
|
||||||
tags = core
|
tags = core
|
||||||
config_whitelist = CONFIG_ISA_IA32
|
arch_whitelist = x86
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue