Skip to content

Commit e5fe007

Browse files
committed
Add testcase.yaml
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 <[email protected]>
1 parent 85bc1d4 commit e5fe007

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testcase.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tests:
2+
libcsp.subsec:
3+
integration_platforms:
4+
- qemu_cortex_m3
5+
- mps2_an385
6+
tags: libcsp

0 commit comments

Comments
 (0)