zephyr/samples/compression/lz4/sample.yaml
Francois Ramu 2749cfed8e samples: compression: lz4 requires more than 64kB of RAM
Set the min_ram limit to 64kB so that with new ztest lib
can run the sample on board with enough ram.
Smaller ram platforms are not used anymore.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-11-02 16:06:06 -05:00

16 lines
311 B
YAML

sample:
name: lz4 sample
description: lz4 data compression library
common:
tags: compression lz4
min_ram: 64
filter: TOOLCHAIN_HAS_NEWLIB == 1
harness: console
harness_config:
type: one_line
regex:
- "Validation done. (.*)"
tests:
sample.compression.lz4:
tags: compression lz4