Skip to content

Commit ff02fd3

Browse files
committed
tests: cmsis_nn: 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 <[email protected]>
1 parent 497056a commit ff02fd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lib/cmsis_nn/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
tests:
22
libraries.cmsis_nn:
3+
arch_allow:
4+
- arm
35
filter: CONFIG_CPU_CORTEX_M and CONFIG_FULL_LIBC_SUPPORTED
46
integration_platforms:
57
- frdm_k64f

0 commit comments

Comments
 (0)