mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 07:45:21 +00:00
This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
213 B
YAML
9 lines
213 B
YAML
sample:
|
|
description: A simple application that demonstrates basic sanity of the kernel.
|
|
name: Synchronization Sample
|
|
tests:
|
|
- test:
|
|
build_only: true
|
|
tags: apps
|
|
build_on_all: true
|