tests: cmsis_dsp: 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
e976a01bed
commit
a505078c60
12 changed files with 47 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.bayes:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.complexmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.distance:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.fastmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
common:
|
||||
toolchain_exclude: llvm
|
||||
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.filtering:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.interpolation:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.matrix:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.quaternionmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.statistics:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.support:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.svm:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
common:
|
||||
arch_allow:
|
||||
- arm
|
||||
- posix
|
||||
tests:
|
||||
libraries.cmsis_dsp.transform:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue