blob: 6b1fc63d96c4ffcde938ba8fe4d563d8e5a5df2f [file] [log] [blame]
sample:
description: Calculation of Pi independently in
a number of threads
name: SMP Pi
common:
tags: introduction
harness: console
harness_config:
type: multi_line
ordered: yes
regex:
- "Calculate first [0-9]+ digits of Pi independently by [0-9]+ threads.(.*)"
- "Pi value calculated by thread #[0-9]+: [0-9]+(.*)"
- "All [0-9]+ threads executed by [0-9]+ cores in [0-9]+ msec(.*)"
tests:
sample.smp.pi:
tags: introduction
filter: (CONFIG_MP_NUM_CPUS > 1)