mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 16:42:39 +00:00
Mostly build tests now, will be extended to verify CTF output once we have this feature in sanitycheck. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
379 B
YAML
15 lines
379 B
YAML
sample:
|
|
description: A simple application that demonstrates
|
|
basic sanity of the kernel.
|
|
name: Synchronization Sample
|
|
tests:
|
|
sample.synchronization:
|
|
build_on_all: true
|
|
tags: kernel synchronization
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "threadA: Hello World from (.*)!"
|
|
- "threadB: Hello World from (.*)!"
|