tests: lib: cmsis_dsp: matrix: Run binary_q15 tests on mps2_an521
The CMSIS-DSP matrix binary_q15 tests should not be excluded on the mps2_an521 board, which is one of the integration platforms. This test was likely excluded because of the computation precision- related failures; but, this failure is no longer observed, so there is no reason to exclude it anymore. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
19e5ca8e34
commit
3a4ea09780
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ tests:
|
|||
- mps2_an521
|
||||
- native_posix
|
||||
tags: cmsis_dsp
|
||||
platform_exclude: mps2_an521 frdm_kw41z
|
||||
platform_exclude: frdm_kw41z
|
||||
min_flash: 128
|
||||
min_ram: 128
|
||||
extra_args: CONF_FILE=prj_base.conf
|
||||
|
@ -118,7 +118,7 @@ tests:
|
|||
integration_platforms:
|
||||
- mps2_an521_remote
|
||||
tags: cmsis_dsp fpu
|
||||
platform_exclude: mps2_an521 frdm_kw41z
|
||||
platform_exclude: frdm_kw41z
|
||||
min_flash: 128
|
||||
min_ram: 128
|
||||
extra_args: CONF_FILE=prj_base.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue