2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2017-10-15 00:08:08 +08:00
|
|
|
description: A simple application that demonstrates
|
|
|
|
basic sanity of the kernel.
|
|
|
|
name: Synchronization Sample
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2017-12-06 02:00:43 +08:00
|
|
|
test:
|
|
|
|
build_on_all: true
|
|
|
|
tags: apps
|
2017-12-11 09:05:44 +08:00
|
|
|
harness: console
|
2017-12-24 23:11:39 +08:00
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
regex:
|
|
|
|
- "threadA: Hello World from (.*)!"
|
|
|
|
- "threadB: Hello World from (.*)!"
|