zephyr/tests/lib/cmsis_nn/testcase.yaml
Jordan Yates 44fdeb1dd8 tests: lib: cmsis: add CMSIS-NN integration tests
Import a selection of tests from the CMSIS-NN unit testing suite to
validate that the integration into Zephyr is working correctly.

Complete functional testing is left to the complete set of unit-tests
in the externally maintained code.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-03-22 12:56:02 +01:00

15 lines
342 B
YAML

common:
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
platform_exclude: mps3_an547
tests:
libraries.cmsis_nn:
filter: CPU_CORTEX_M and TOOLCHAIN_HAS_NEWLIB == 1
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- mps2_an521
tags: cmsis_nn
min_flash: 64
min_ram: 32