zephyr/samples/posix/philosophers/sample.yaml
Alberto Escolar Piedras d4c52b2ac4 samples/posix/philosophers: Remove filter on NATIVE_APPLICATION
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>
2025-07-19 09:38:15 +02:00

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: {}