Do not build on platforms, we have other tests covering this already. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
358 B
YAML
14 lines
358 B
YAML
sample:
|
|
description: A simple application that demonstrates
|
|
basic sanity of the kernel.
|
|
name: Synchronization Sample
|
|
tests:
|
|
sample.kernel.synchronization:
|
|
tags: synchronization
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "thread_a: Hello World from (.*)!"
|
|
- "thread_b: Hello World from (.*)!"
|