zephyr/samples/posix/env/sample.yaml
Christopher Friedt 6ef6cf54b4 samples: posix: add environment variable sample app
Add a sample application to demonstrate some basic
C and shell interfaces for manipulating environment
variables.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-03-08 04:28:47 -05:00

20 lines
353 B
YAML

sample:
description: posix env sample
name: posix env
common:
tags: posix env
platform_exclude:
- native_posix
- native_posix_64
integration_platforms:
- qemu_riscv32
harness: console
harness_config:
type: multi_line
regex:
- "BOARD=.*"
- "BUILD_VERSION=.*"
- "ALERT=.*"
tests:
sample.posix.env: {}