Skip to content

Commit

Permalink
Add testcase.yaml
Browse files Browse the repository at this point in the history
This commit adds testcase.yaml, enabling us to execute test cases
using Twister. For more information on Twister, refer to:
https://docs.zephyrproject.org/latest/develop/test/twister.html

As our current emphasis is primarily on ARM Cortex-M3, the
`integration_platforms` have been configured for targets with QEMU
featuring ARM Cortex-M3.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
  • Loading branch information
yashi committed Feb 25, 2024
1 parent 85bc1d4 commit e5fe007
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testcase.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tests:
libcsp.subsec:
integration_platforms:
- qemu_cortex_m3
- mps2_an385
tags: libcsp

0 comments on commit e5fe007

Please sign in to comment.