Skip to content

Commit

Permalink
tests: cmsis_nn: reduce architecture scope
Browse files Browse the repository at this point in the history
Filters already only allow arm and native, so exclude everything else
very early and reduce churn and build time.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Nov 15, 2024
1 parent 497056a commit ff02fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/cmsis_nn/testcase.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ff02fd3

Please sign in to comment.