It is not possible to build anymore in that mode, so this filter is not needed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
21 lines
362 B
YAML
21 lines
362 B
YAML
sample:
|
|
name: POSIX Philosophers
|
|
common:
|
|
tags:
|
|
- introduction
|
|
- posix
|
|
harness: console
|
|
min_ram: 16
|
|
integration_platforms:
|
|
- native_sim
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: false
|
|
regex:
|
|
- ".*STARVING.*"
|
|
- ".*DROPPED ONE FORK.*"
|
|
- ".*THINKING.*"
|
|
- ".*EATING.*"
|
|
tests:
|
|
sample.posix.philosopher: {}
|