mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 11:35:04 +00:00
Show which CPU were are running on systems with SMP enabled. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
388 B
YAML
15 lines
388 B
YAML
sample:
|
|
description: A simple application that demonstrates
|
|
basic sanity of the kernel.
|
|
name: Synchronization Sample
|
|
tests:
|
|
sample.kernel.synchronization:
|
|
build_on_all: true
|
|
tags: kernel synchronization
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "thread_a: Hello World from (.*)!"
|
|
- "thread_b: Hello World from (.*)!"
|