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:
Anas Nashif 2024-11-15 07:47:23 -05:00
commit a505078c60
12 changed files with 47 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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