tests: cmsis_nn: reduce architecture scope
Filters already only allow arm and native, so exclude everything else very early and reduce churn and build time. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a505078c60
commit
dfa170e909
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
tests:
|
||||
libraries.cmsis_nn:
|
||||
arch_allow:
|
||||
- arm
|
||||
filter: CONFIG_CPU_CORTEX_M and CONFIG_FULL_LIBC_SUPPORTED
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue