tests: power_states: Update testcase.ini to include arc
testcase.ini was not building for ARC. This app would run on x86 and arc. Change-Id: I961d56079aa1db7d84e0fcc87780ba11d7f4d831 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
This commit is contained in:
parent
1b1068a2b4
commit
4944c3e705
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
[test]
|
||||
build_only = true
|
||||
tags = samples power
|
||||
filter = CONFIG_SOC_QUARK_SE_C1000
|
||||
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
|
||||
|
||||
[test_socwatch]
|
||||
extra_args = CONF_FILE="prj_socwatch.conf"
|
||||
build_only = true
|
||||
tags = samples power
|
||||
filter = CONFIG_SOC_QUARK_SE_C1000
|
||||
filter = CONFIG_SOC_QUARK_SE_C1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue